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 8b3e2fe commit 8c882e8Copy full SHA for 8c882e8
src/landing/Footer.jsx
@@ -34,7 +34,7 @@ const navigation = {
34
solutions: [
35
{ name: 'Supabase', href: '/solutions/supabase' },
36
{ name: 'Hubspot', href: '/solutions/hubspot' },
37
- { name: 'Airtable', href: '/solutions/airtable' },
+ { name: 'Airtable', href: '/solutions/airtable' }
38
]
39
};
40
@@ -48,7 +48,7 @@ export default function Footer() {
48
<div className="flex flex-row-reverse flex-wrap justify-between gap-8 lg:gap-20">
49
<div></div>
50
51
- <div className="mx-auto grid grid-cols-4 gap-20">
+ <div className="mx-auto grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 gap-20">
52
<div className="">
53
<h3 className="text-sm font-semibold leading-6 text-gray-900 dark:text-gray-100">
54
Support
0 commit comments