mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 06:51:12 -05:00
Remove lightning bolt icon
This commit is contained in:
@@ -15,17 +15,10 @@ export function Header() {
|
||||
<div className="container flex h-16 items-center justify-between px-4">
|
||||
{/* Logo and Brand */}
|
||||
<div className="flex items-center gap-4">
|
||||
<Link to="/" className="flex items-center gap-2">
|
||||
<div className="relative">
|
||||
<Zap className="h-8 w-8 text-primary" />
|
||||
<div className="absolute inset-0 blur-sm bg-primary/20 rounded-full"></div>
|
||||
</div>
|
||||
<div className="flex flex-col">
|
||||
<h1 className="text-xl font-bold bg-gradient-to-r from-primary to-accent bg-clip-text text-transparent">
|
||||
ThrillWiki
|
||||
</h1>
|
||||
|
||||
</div>
|
||||
<Link to="/" className="flex items-center">
|
||||
<h1 className="text-xl font-bold bg-gradient-to-r from-primary to-accent bg-clip-text text-transparent">
|
||||
ThrillWiki
|
||||
</h1>
|
||||
</Link>
|
||||
|
||||
{/* Desktop Navigation */}
|
||||
|
||||
Reference in New Issue
Block a user