diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 12:32:48 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:12 +0100 |
| commit | 2258d84f0807c167a3a8c78c4e2b33b2c827708a (patch) | |
| tree | ee68149003df9c39055db034355f7ccec2e1a539 /packages/frontend/src/pages/settings/theme.vue | |
| parent | replaced ti-terminal-2 (diff) | |
| download | sharkey-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.vue | 2 |
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> |