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

@ -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