1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-05-06 15:24:51 +03:00

chore: upgrade to nuxt v3.2.0 ()

This commit is contained in:
Daniel Roe 2023-02-12 12:56:29 +01:00 committed by GitHub
parent 73dc060578
commit efaeb67261
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 530 additions and 420 deletions
components/help

View file

@ -10,7 +10,7 @@ const emit = defineEmits<{
<div i-ri:close-line />
</button>
<img :alt="$t('app_logo')" src="/logo.svg" w-20 h-20 height="80" width="80" mxa class="rtl-flip">
<img :alt="$t('app_logo')" :src="`/${''}logo.svg`" w-20 h-20 height="80" width="80" mxa class="rtl-flip">
<h1 mxa text-4xl mb4>
{{ $t('help.title') }}
</h1>