diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 14:59:21 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:12 +0100 |
| commit | 7eed0aec697c8188465e4a070f1a86555dade2ac (patch) | |
| tree | 4b7fb26dce207f22e484fe3d79b5ca46990330b2 /packages/frontend/src/pages/settings/plugin.vue | |
| parent | replaced ti-key (diff) | |
| download | sharkey-7eed0aec697c8188465e4a070f1a86555dade2ac.tar.gz sharkey-7eed0aec697c8188465e4a070f1a86555dade2ac.tar.bz2 sharkey-7eed0aec697c8188465e4a070f1a86555dade2ac.zip | |
replaced ti-code
Diffstat (limited to 'packages/frontend/src/pages/settings/plugin.vue')
| -rw-r--r-- | packages/frontend/src/pages/settings/plugin.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/settings/plugin.vue b/packages/frontend/src/pages/settings/plugin.vue index 2ae54e145c..706e275a44 100644 --- a/packages/frontend/src/pages/settings/plugin.vue +++ b/packages/frontend/src/pages/settings/plugin.vue @@ -55,7 +55,7 @@ SPDX-License-Identifier: AGPL-3.0-only </MkFolder> <MkFolder> - <template #icon><i class="ph-code ph-bold ph-lg"></i></template> + <template #icon><i class="ti ti-code"></i></template> <template #label>{{ i18n.ts._plugin.viewSource }}</template> <div class="_gaps_s"> |