Skip to content

Commit 5d0c418

Browse files
committed
fix: remove gap
1 parent 97c5ab8 commit 5d0c418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
149149
)
150150

151151
const socialLinks = (
152-
<div className="flex items-center gap-2 [&_a]:p-1.5 [&_a]:opacity-50 [&_a:hover]:opacity-100 [&_a]:transition-opacity [&_svg]:text-sm">
152+
<div className="flex items-center [&_a]:p-1.5 [&_a]:opacity-50 [&_a:hover]:opacity-100 [&_a]:transition-opacity [&_svg]:text-sm">
153153
<a
154154
href={`https://github.com/${library?.repo ?? 'tanstack'}`}
155155
aria-label={`Follow ${library?.name ?? 'TanStack'} on GitHub`}

0 commit comments

Comments
 (0)