We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3aa7a commit 4bf5474Copy full SHA for 4bf5474
src/ui/footer.tsx
@@ -88,7 +88,7 @@ export const Footer = ({ className }: { className?: string }) => {
88
<div className="w-full">
89
<div className="flex w-fit flex-col gap-4">
90
<p>Links</p>
91
- <div className="grid grid-cols-3 gap-5 text-secondary sm:flex sm:flex-wrap">
+ <div className="grid grid-cols-3 gap-6 text-secondary sm:flex sm:flex-wrap">
92
{links.map(({ label, href }) => (
93
<Link key={label} href={href}>
94
{label}
0 commit comments