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