Updated logo (quick and dirty basic logo)
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m44s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m44s
This commit is contained in:
@@ -40,10 +40,10 @@ import { siteConfig } from "../config/site";
|
||||
</div>
|
||||
<a
|
||||
href={siteConfig.header.logo.href}
|
||||
class="btn btn-ghost text-xl font-bold tracking-tight hover:bg-transparent hover:text-primary transition-colors"
|
||||
class="btn btn-ghost text-xl font-bold tracking-tight hover:bg-transparent hover:text-primary transition-colors gap-2"
|
||||
aria-label="Home"
|
||||
>
|
||||
<span class="text-primary">🔥</span>
|
||||
<img src="/logo.svg" alt="" class="h-8 w-8" aria-hidden="true" />
|
||||
<span class="hidden sm:inline">{siteConfig.header.logo.text}</span>
|
||||
<span class="sm:hidden">Atash</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user