diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 17:02:50 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:13 +0100 |
| commit | d4e1df724301ca53c10785ecc8278ed9f48fb532 (patch) | |
| tree | 114dd1f64ad573d8799655708688454b8281e9ec /packages/frontend/src/components/MkSourceCodeAvailablePopup.vue | |
| parent | replaced ti-help-circle (diff) | |
| download | sharkey-d4e1df724301ca53c10785ecc8278ed9f48fb532.tar.gz sharkey-d4e1df724301ca53c10785ecc8278ed9f48fb532.tar.bz2 sharkey-d4e1df724301ca53c10785ecc8278ed9f48fb532.zip | |
replaced ti-x
Diffstat (limited to 'packages/frontend/src/components/MkSourceCodeAvailablePopup.vue')
| -rw-r--r-- | packages/frontend/src/components/MkSourceCodeAvailablePopup.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkSourceCodeAvailablePopup.vue b/packages/frontend/src/components/MkSourceCodeAvailablePopup.vue index 7b936b656c..cd884f0b19 100644 --- a/packages/frontend/src/components/MkSourceCodeAvailablePopup.vue +++ b/packages/frontend/src/components/MkSourceCodeAvailablePopup.vue @@ -35,7 +35,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkButton @click="close">{{ i18n.ts.gotIt }}</MkButton> </div> </div> - <button class="_button" :class="$style.close" @click="close"><i class="ph-x ph-bold ph-lg"></i></button> + <button class="_button" :class="$style.close" @click="close"><i class="ti ti-x"></i></button> </div> </template> |