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 ef7dcba commit f38e915Copy full SHA for f38e915
src/components/Layout/TopNav/TopNav.tsx
@@ -366,7 +366,7 @@ export default function TopNav({
366
<Link
367
href="https://ko-react-exy5xcwjj-fbopensource.vercel.app/"
368
aria-label="React version 18 Korean translation"
369
- className="active:scale-95 transition-transform flex w-12 h-12 rounded-full items-center justify-center hover:bg-primary/5 hover:dark:bg-primary-dark/5 outline-link">
+ className="active:scale-95 transition-transform flex w-12 h-12 rounded-full items-center justify-center overflow-hidden hover:bg-primary/5 hover:dark:bg-primary-dark/5 outline-link">
370
{react18Icon}
371
</Link>
372
</div>
0 commit comments