mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 17:31:12 -05:00
Reverted to commit 7723c463a8
This commit is contained in:
@@ -16,7 +16,10 @@ export function Header() {
|
|||||||
{/* Logo and Brand */}
|
{/* Logo and Brand */}
|
||||||
<div className="flex items-center gap-4">
|
<div className="flex items-center gap-4">
|
||||||
<Link to="/" className="flex items-center gap-2">
|
<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">
|
<div className="flex flex-col">
|
||||||
<h1 className="text-xl font-bold bg-gradient-to-r from-primary to-accent bg-clip-text text-transparent">
|
<h1 className="text-xl font-bold bg-gradient-to-r from-primary to-accent bg-clip-text text-transparent">
|
||||||
ThrillWiki
|
ThrillWiki
|
||||||
@@ -60,10 +63,7 @@ export function Header() {
|
|||||||
</DropdownMenuItem>
|
</DropdownMenuItem>
|
||||||
</DropdownMenuContent>
|
</DropdownMenuContent>
|
||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
<Button variant="ghost" className="text-sm font-medium hover:text-primary">
|
|
||||||
<Star className="w-4 h-4 mr-2" />
|
|
||||||
Reviews
|
|
||||||
</Button>
|
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user