Skip to content

Commit 28bfc46

Browse files
committed
fix(MascotIndex.vue): fix AOSC-Dev/fumo-anan redirect
I have mistakenly changed the link for the main design set. This reverts commit bc7f36a.
1 parent e8f5aab commit 28bfc46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/mascot/MascotIndex.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const navigationList = [
4040
<link-button
4141
class="h-full"
4242
text="下载设定稿"
43-
link="https://github.com/AOSC-Dev/fumo-anan" />
43+
link="https://repo.aosc.io/mascots/mascots.zip" />
4444
</div>
4545
<div class="grid-col-1 grid gap-y-3"
4646
><app-link to="https://tysontan.com" class="text-link"
@@ -129,7 +129,7 @@ const navigationList = [
129129
<link-button
130130
class="my-auto h-full"
131131
text="下载设定稿"
132-
link="https://repo.aosc.io/mascots/fumo.zip" /> </div
132+
link="https://github.com/AOSC-Dev/fumo" /> </div
133133
><div class="grid-col-1 grid gap-y-3">
134134
<div class="invisible">占位</div><div class="invisible">占位</div>
135135
</div>

0 commit comments

Comments
 (0)