We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd6c62 commit bd899e5Copy full SHA for bd899e5
components/commons/navigations/GlobalHeader/index.vue
@@ -5,7 +5,7 @@
5
<q-img
6
style="cursor: pointer"
7
@click="() => $router.push('/')"
8
- src="/assets/images/mcdg-logo-large.svg"
+ src="/assets/images/mcdg-logo-large.png"
9
width="40px"
10
/>
11
<q-toolbar-title style="cursor: pointer" @click="() => $router.push('/')"
pages/video/[title]/index.vue
@@ -21,7 +21,7 @@
21
<NuxtLink :to="`/author`">
22
<q-avatar round size="48px">
23
<img
24
- src="https://maucoding.com/assets/images/mcdg-logo-large.svg"
+ src="https://maucoding.com/assets/images/mcdg-logo-large.png"
25
alt="MauCoding avatar"
26
27
<!-- <q-badge floating color="teal">new</q-badge> -->
0 commit comments