feat: BLACK HEART header text links to main site

This commit is contained in:
2026-03-24 19:19:21 +03:00
parent afe9f7012c
commit 4dabca52ee

View File

@@ -166,7 +166,7 @@ export default function AdminLayout({
>
<Menu size={24} />
</button>
<span className="font-bold">BLACK HEART</span>
<a href="/" className="font-bold hover:text-gold transition-colors">BLACK HEART</a>
</header>
<main className="flex-1 p-4 sm:p-6 lg:p-8">{children}</main>