...
This commit is contained in:
parent
5accf33ac1
commit
5fb7ea57ba
|
@ -5,7 +5,7 @@
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<NuxtLink :to="{ name: user ? 'home' : 'index' }"
|
<NuxtLink :to="{ name: user ? 'home' : 'index' }"
|
||||||
class="flex-shrink-0 font-semibold hover:no-underline flex items-center">
|
class="flex-shrink-0 font-semibold hover:no-underline flex items-center">
|
||||||
<NuxtImg src="`${useRuntimeConfig().public.appUrl}/img/logo.svg`" alt="notion tools logo" class="w-8 h-8"/>
|
<NuxtImg :src="`${useRuntimeConfig().public.appUrl}/img/logo.svg`" alt="notion tools logo" class="w-8 h-8"/>
|
||||||
<span class="ml-2 text-md hidden sm:inline text-black dark:text-white">OpnForm</span>
|
<span class="ml-2 text-md hidden sm:inline text-black dark:text-white">OpnForm</span>
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
<workspace-dropdown class="ml-6"/>
|
<workspace-dropdown class="ml-6"/>
|
||||||
|
|
Loading…
Reference in New Issue