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/flash | |
| 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/flash')
| -rw-r--r-- | packages/frontend/src/pages/flash/flash.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/flash/flash.vue b/packages/frontend/src/pages/flash/flash.vue index 185e6eaebc..c1a6e0c04e 100644 --- a/packages/frontend/src/pages/flash/flash.vue +++ b/packages/frontend/src/pages/flash/flash.vue @@ -38,7 +38,7 @@ SPDX-License-Identifier: AGPL-3.0-only </div> </Transition> <MkFolder :defaultOpen="false" :max-height="280" class="_margin"> - <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._play.viewSource }}</template> <MkCode :code="flash.script" lang="is" class="_monospace"/> |