Fix footer
This commit is contained in:
parent
a64e6b5312
commit
469a3ebf4a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue