Skip to content

Commit

Permalink
fix(docs): add width and height to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Dec 13, 2024
1 parent 92fa4da commit 8cbd377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'q-ml-md': $q.screen.gt.md
}"
>
<img alt="Logo" :src="logo" />
<img alt="Logo" width="50px" height="50px" :src="logo" />
</q-avatar>

<q-toolbar-title :shrink="$q.screen.lt.md"> SlimFact </q-toolbar-title>
Expand Down

0 comments on commit 8cbd377

Please sign in to comment.