fix: app shell header logo display
This commit is contained in:
@@ -31,7 +31,7 @@ export function AppHeader() {
|
|||||||
|
|
||||||
<nav className="flex items-center text-sm font-medium">
|
<nav className="flex items-center text-sm font-medium">
|
||||||
<Link href="/" className="flex items-center gap-2 group">
|
<Link href="/" className="flex items-center gap-2 group">
|
||||||
<Logo size={20} />
|
<Logo size={20} className="md:hidden" />
|
||||||
<span className="font-bold bg-clip-text text-transparent bg-gradient-to-r from-purple-400 to-pink-400 group-hover:opacity-80 transition-opacity">
|
<span className="font-bold bg-clip-text text-transparent bg-gradient-to-r from-purple-400 to-pink-400 group-hover:opacity-80 transition-opacity">
|
||||||
Kit
|
Kit
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user