Skip to content

Commit 8cbd377

Browse files
fix(docs): add width and height to logo
1 parent 92fa4da commit 8cbd377

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docs/src/layouts/MainLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'q-ml-md': $q.screen.gt.md
1717
}"
1818
>
19-
<img alt="Logo" :src="logo" />
19+
<img alt="Logo" width="50px" height="50px" :src="logo" />
2020
</q-avatar>
2121

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

0 commit comments

Comments
 (0)