chore: upgrade to nuxt v3.2.0 (#1695)
This commit is contained in:
parent
73dc060578
commit
efaeb67261
8 changed files with 530 additions and 420 deletions
|
@ -25,7 +25,7 @@ const handleShowCommit = () => {
|
|||
</template>
|
||||
|
||||
<div flex="~ col gap4" w-full items-center justify-center my5>
|
||||
<img :alt="$t('app_logo')" src="/logo.svg" w-24 h-24 class="rtl-flip">
|
||||
<img :alt="$t('app_logo')" :src="`${''}/logo.svg`" w-24 h-24 class="rtl-flip">
|
||||
<p text-lg>
|
||||
{{ $t('app_desc_short') }}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue