refactor: unify prefix of icon name

This commit is contained in:
三咲智子 2022-11-29 20:06:08 +08:00
parent 560f880448
commit 994bf98c82
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ defineProps<{
<div flex justify-between px5 py4>
<div flex gap-3 items-center>
<NuxtLink v-if="back" flex="~ gap1" items-center btn-text p-0 @click="$router.go(-1)">
<div i-ri-arrow-left-line />
<div i-ri:arrow-left-line />
</NuxtLink>
<slot name="title" />
<div h-7 w-1px />

View file

@ -8,7 +8,7 @@ const buildTimeAgo = useTimeAgo(buildTime)
<footer p4 text-sm text-secondary-light flex="~ col">
<div flex="~ gap2" items-center mb4>
<CommonTooltip :content="t('nav_footer.toggle_theme')">
<button flex i-ri-sun-line dark:i-ri-moon-line text-lg @click="toggleDark()" />
<button flex i-ri:sun-line dark:i-ri:moon-line text-lg @click="toggleDark()" />
</CommonTooltip>
<CommonTooltip :content="t('nav_footer.zen_mode')">
<button