This commit is contained in:
gilesb 2024-03-09 21:47:21 +00:00
parent 5fb7ea57ba
commit a52fae9ef9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
</div>
<div class="flex justify-center mt-5 md:mt-0">
<router-link :to="{ name: user ? 'home' : 'index' }" class="flex-shrink-0 font-semibold flex items-center">
<img :src="`${useRuntimeConfig().public.appUrl}img/logo.svg`" alt="notion tools logo" class="w-10 h-10">
<img :src="`${useRuntimeConfig().public.appUrl}/img/logo.svg`" alt="notion tools logo" class="w-10 h-10">
<span class="ml-2 text-xl text-black dark:text-white">
OpnForm
</span>