refactor: reduce unnecessary html structures (#1319)
This commit is contained in:
parent
5465409fcb
commit
1a074aaff6
2 changed files with 2 additions and 26 deletions
|
@ -19,10 +19,8 @@ defineProps<{
|
|||
</NuxtLink>
|
||||
<div flex-auto />
|
||||
<div flex items-center>
|
||||
<NuxtLink :to="getAccountRoute(account.moved as any)">
|
||||
<button btn-solid h-fit>
|
||||
{{ $t('account.go_to_profile') }}
|
||||
</button>
|
||||
<NuxtLink :to="getAccountRoute(account.moved as any)" btn-solid inline-block h-fit>
|
||||
{{ $t('account.go_to_profile') }}
|
||||
</NuxtLink>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue