remove nuxtimg (#347)
* remove nuxtimg * fix: remove dummyImageProvider --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="flex items-center">
|
||||
<NuxtLink :to="{ name: user ? 'home' : 'index' }"
|
||||
class="flex-shrink-0 font-semibold hover:no-underline flex items-center">
|
||||
<NuxtImg src="/img/logo.svg" alt="notion tools logo" class="w-8 h-8"/>
|
||||
<img src="/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>
|
||||
</NuxtLink>
|
||||
<workspace-dropdown class="ml-6"/>
|
||||
|
||||
Reference in New Issue
Block a user