mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 03:02:15 +01:00
add format check, update prettier rules, apply rules consistently
This commit is contained in:
@@ -22,9 +22,7 @@ defineProps<{
|
||||
:is="icon"
|
||||
v-if="icon"
|
||||
:class="[
|
||||
current
|
||||
? 'text-icon-active'
|
||||
: 'text-icon-default group-hover:text-icon-active',
|
||||
current ? 'text-icon-active' : 'text-icon-default group-hover:text-icon-active',
|
||||
'transition h-4 w-4 shrink-0',
|
||||
]"
|
||||
aria-hidden="true" />
|
||||
|
||||
Reference in New Issue
Block a user