Skip to content

Commit bd899e5

Browse files
committed
force update
1 parent acd6c62 commit bd899e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/commons/navigations/GlobalHeader/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<q-img
66
style="cursor: pointer"
77
@click="() => $router.push('/')"
8-
src="/assets/images/mcdg-logo-large.svg"
8+
src="/assets/images/mcdg-logo-large.png"
99
width="40px"
1010
/>
1111
<q-toolbar-title style="cursor: pointer" @click="() => $router.push('/')"

pages/video/[title]/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<NuxtLink :to="`/author`">
2222
<q-avatar round size="48px">
2323
<img
24-
src="https://maucoding.com/assets/images/mcdg-logo-large.svg"
24+
src="https://maucoding.com/assets/images/mcdg-logo-large.png"
2525
alt="MauCoding avatar"
2626
/>
2727
<!-- <q-badge floating color="teal">new</q-badge> -->

0 commit comments

Comments
 (0)