Skip to content

Commit f1aca09

Browse files
committed
padding rq for games button
1 parent 9f406d0 commit f1aca09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/GamesButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function GamesButton({
1111
}) {
1212
return (
1313
<Link draggable={false} tabIndex={-1} href={`/games?g=${to}`}>
14-
<button className="rounded-2xl bg-primary w-50 h-50">{name}</button>
14+
<button className="rounded-2xl bg-primary w-50 h-50 p-5">{name}</button>
1515
</Link>
1616
);
1717
}

0 commit comments

Comments
 (0)