...
This commit is contained in:
parent
5fb7ea57ba
commit
a52fae9ef9
|
@ -8,7 +8,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-center mt-5 md:mt-0">
|
<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">
|
<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">
|
<span class="ml-2 text-xl text-black dark:text-white">
|
||||||
OpnForm
|
OpnForm
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue