summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-06-14 22:58:43 +0900
committerGitHub <noreply@github.com>2021-06-14 22:58:43 +0900
commitf26aeee819fdfa3a7f64ccde04abb5c9948397b6 (patch)
treec866959adf129878acd310f0da845206a2fb9da4 /src
parentテストがうごかないのを修正 (#7566) (diff)
downloadsharkey-f26aeee819fdfa3a7f64ccde04abb5c9948397b6.tar.gz
sharkey-f26aeee819fdfa3a7f64ccde04abb5c9948397b6.tar.bz2
sharkey-f26aeee819fdfa3a7f64ccde04abb5c9948397b6.zip
Update theme.vue
Diffstat (limited to 'src')
-rw-r--r--src/client/pages/settings/theme.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/settings/theme.vue b/src/client/pages/settings/theme.vue
index 1eb0d68be5..94eddb1b6f 100644
--- a/src/client/pages/settings/theme.vue
+++ b/src/client/pages/settings/theme.vue
@@ -71,7 +71,7 @@
<FormButton primary v-else @click="wallpaper = null">{{ $ts.removeWallpaper }}</FormButton>
<FormGroup>
- <FormLink to="https://assets.msky.cafe/theme/list" external><template #icon><i class="fas fa-globe"></i></template>{{ $ts._theme.explore }}</FormLink>
+ <FormLink to="https://assets.misskey.io/theme/list" external><template #icon><i class="fas fa-globe"></i></template>{{ $ts._theme.explore }}</FormLink>
<FormLink to="/settings/theme/install"><template #icon><i class="fas fa-download"></i></template>{{ $ts._theme.install }}</FormLink>
</FormGroup>