fix: wrong string substitution (misskey.io -> firefish.io) + stop depending on misskey.io (close #10813)
This commit is contained in:
parent
01894d8104
commit
ef71d23d80
@ -108,11 +108,11 @@
|
|||||||
>{{ i18n.ts._theme.manage
|
>{{ i18n.ts._theme.manage
|
||||||
}}<template #suffix>{{ themesCount }}</template></FormLink
|
}}<template #suffix>{{ themesCount }}</template></FormLink
|
||||||
>
|
>
|
||||||
<FormLink to="https://assets.firefish.io/theme/list" external
|
<!-- <FormLink to="https://assets.misskey.io/theme/list" external
|
||||||
><template #icon
|
><template #icon
|
||||||
><i :class="icon('ph-planet')"></i></template
|
><i :class="icon('ph-planet')"></i></template
|
||||||
>{{ i18n.ts._theme.explore }}</FormLink
|
>{{ i18n.ts._theme.explore }}</FormLink
|
||||||
>
|
> -->
|
||||||
<FormLink to="/settings/theme/install"
|
<FormLink to="/settings/theme/install"
|
||||||
><template #icon
|
><template #icon
|
||||||
><i :class="icon('ph-download-simple')"></i></template
|
><i :class="icon('ph-download-simple')"></i></template
|
||||||
|
Loading…
Reference in New Issue
Block a user