Optimizations
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m40s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m40s
This commit is contained in:
@@ -31,7 +31,7 @@ import { Icon } from "astro-icon/components";
|
||||
class="btn btn-ghost text-xl font-bold tracking-tight hover:bg-transparent hover:text-primary transition-colors gap-2"
|
||||
aria-label="Home"
|
||||
>
|
||||
<img src="/logo.svg" alt="" class="h-8 w-8" aria-hidden="true" />
|
||||
<img src="/logo.svg" alt="" width="32" height="32" class="h-8 w-8" aria-hidden="true" />
|
||||
<span class="hidden sm:inline">{siteConfig.header.logo.text}</span>
|
||||
<span class="sm:hidden">{siteConfig.header.mobileLogoText}</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user