Fix footer

This commit is contained in:
Julien Nahum 2024-01-16 19:34:03 +01:00
parent a64e6b5312
commit 469a3ebf4a
1 changed files with 2 additions and 2 deletions

View File

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