chore: upgrade to nuxt v3.2.0 (#1695)

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

View file

@ -96,7 +96,7 @@ onClickOutside(input, () => {
<template>
<form text-center justify-center items-center max-w-150 py6 flex="~ col gap-3" @submit.prevent="oauth">
<div flex="~ center" items-end mb2 gap-x-2>
<img src="/logo.svg" w-12 h-12 mxa height="48" width="48" :alt="$t('app_logo')" class="rtl-flip">
<img :src="`/${''}logo.svg`" w-12 h-12 mxa height="48" width="48" :alt="$t('app_logo')" class="rtl-flip">
<div text-3xl>
{{ $t('action.sign_in') }}
</div>