Skip to content

Commit

Permalink
feat: improve about icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr committed Dec 8, 2024
1 parent 5ee636c commit a6360da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/dialog/DialogAbout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
>
<div class="row items-center">
<div class="col-shrink q-mr-md">
<img
col
src="~assets/img/logo.svg"
style="max-height: 10vh; display: flex"
/>
<q-img loading="lazy" src="~assets/img/logo.svg" width="48px" />
</div>
<div class="col">
<div class="row text-h6">
Expand Down

0 comments on commit a6360da

Please sign in to comment.