mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-01 08:16:44 +00:00
add dark theme provider
This commit is contained in:
@@ -50,7 +50,11 @@ export function TopbarNav({
|
||||
aria-disabled={disabled}
|
||||
>
|
||||
<div className="flex items-center gap-2">
|
||||
{item.icon}
|
||||
{item.icon && (
|
||||
<div className="hidden md:block">
|
||||
{item.icon}
|
||||
</div>
|
||||
)}
|
||||
{item.title}
|
||||
</div>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user