Skip to content

Commit 21dcbab

Browse files
committed
fix: remove gap
1 parent 0d565f1 commit 21dcbab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)