We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7286fa1 commit 08731fcCopy full SHA for 08731fc
src/components/Navbar.tsx
@@ -346,7 +346,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
346
<a href={library.to} className={linkClasses}>
347
<span
348
className={twMerge(
349
- 'w-3 h-3 rounded-sm border border-black/20 dark:border-white/20',
+ 'w-3 h-3 rounded-sm border border-white/50',
350
library.bgStyle,
351
)}
352
/>
@@ -365,7 +365,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
365
>
366
367
368
+ 'w-3 h-3 rounded-sm',
369
370
371
0 commit comments