refactor: unify prefix of icon name
This commit is contained in:
parent
560f880448
commit
994bf98c82
2 changed files with 2 additions and 2 deletions
|
@ -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 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue