summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkSourceCodeAvailablePopup.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/components/MkSourceCodeAvailablePopup.vue')
-rw-r--r--packages/frontend/src/components/MkSourceCodeAvailablePopup.vue2
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>