Skip to content

Commit

Permalink
adding an icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sebt3 committed Jan 21, 2024
1 parent 451deb8 commit 328d72f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions front/components/navigation/MainMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ function toggleLeftDrawer() {
<q-toolbar>
<q-btn dense flat round icon="menu" @click="toggleLeftDrawer" />
<q-toolbar-title>
<q-avatar>
<q-icon name="album" />
</q-avatar>
<img src="/icon.svg" loading="lazy" class="q-mt-sm" />
Gramo
</q-toolbar-title>
<q-select v-if="isNamespaced" v-model="model" @update:model-value="onChangeNamespace()" :options="navigation.namespaces.value" label="Namespace" standout style="width: 250px" options-dense>
Expand Down
1 change: 1 addition & 0 deletions front/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title>Gramo</title>
<link rel="icon" href="/icon.svg" sizes="32x32">
</head>
<body>
<noscript>
Expand Down

0 comments on commit 328d72f

Please sign in to comment.