summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/settings/theme.vue
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-21 12:32:48 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-22 15:53:12 +0100
commit2258d84f0807c167a3a8c78c4e2b33b2c827708a (patch)
treeee68149003df9c39055db034355f7ccec2e1a539 /packages/frontend/src/pages/settings/theme.vue
parentreplaced ti-terminal-2 (diff)
downloadsharkey-2258d84f0807c167a3a8c78c4e2b33b2c827708a.tar.gz
sharkey-2258d84f0807c167a3a8c78c4e2b33b2c827708a.tar.bz2
sharkey-2258d84f0807c167a3a8c78c4e2b33b2c827708a.zip
replaced ti-download
Diffstat (limited to 'packages/frontend/src/pages/settings/theme.vue')
-rw-r--r--packages/frontend/src/pages/settings/theme.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/settings/theme.vue b/packages/frontend/src/pages/settings/theme.vue
index 9b493f5ffe..e678a7d183 100644
--- a/packages/frontend/src/pages/settings/theme.vue
+++ b/packages/frontend/src/pages/settings/theme.vue
@@ -60,7 +60,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div class="_formLinksGrid">
<FormLink to="/settings/theme/manage"><template #icon><i class="ph-wrench ph-bold ph-lg"></i></template>{{ i18n.ts._theme.manage }}<template #suffix>{{ themesCount }}</template></FormLink>
<FormLink to="https://assets.misskey.io/theme/list" external><template #icon><i class="ph-globe-hemisphere-west ph-bold ph-lg"></i></template>{{ i18n.ts._theme.explore }}</FormLink>
- <FormLink to="/settings/theme/install"><template #icon><i class="ph-download ph-bold ph-lg"></i></template>{{ i18n.ts._theme.install }}</FormLink>
+ <FormLink to="/settings/theme/install"><template #icon><i class="ti ti-download"></i></template>{{ i18n.ts._theme.install }}</FormLink>
<FormLink to="/theme-editor"><template #icon><i class="ph-paint-roller ph-bold ph-lg"></i></template>{{ i18n.ts._theme.make }}</FormLink>
</div>
</FormSection>