feat: updated logo

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-01-08 23:03:43 -08:00
parent 8a2715e549
commit 2e8d3fd721
9 changed files with 15 additions and 6 deletions

View file

@ -54,7 +54,7 @@ const DesktopNav = ({ navItems, isScrolled }: any) => {
: "bg-transparent border border-transparent"
)}
>
<div className="flex flex-1 flex-row items-center gap-2">
<div className="flex flex-1 flex-row items-center gap-0.5">
<Logo className="h-8 w-8 rounded-md" />
<span className="dark:text-white/90 text-gray-800 text-lg font-bold">SurfSense</span>
</div>