Skip to content

Commit 319c2a2

Browse files
committed
feat: 🎸 logo
update to latest logo
1 parent bd899e5 commit 319c2a2

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
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.png"
8+
src="/assets/images/MCDG v3 square 2x - icon only.png"
99
width="40px"
1010
/>
1111
<q-toolbar-title style="cursor: pointer" @click="() => $router.push('/')"

‎package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"axios": "1.5.0",
2020
"dayjs": "1.11.9",
2121
"seal-middleware": "0.1.2"
22-
}
22+
},
23+
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
2324
}

‎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.png"
24+
src="https://maucoding.com/assets/images/MCDG v3 square 2x.png"
2525
alt="MauCoding avatar"
2626
/>
2727
<!-- <q-badge floating color="teal">new</q-badge> -->
3.54 KB
Loading

0 commit comments

Comments
 (0)