mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
chore: updated spacing for logo (#45434)
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Updated footer layout spacing for improved consistency. Adjusted the newsletter section spacing behavior to better align with the overall design system. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -112,7 +112,7 @@ const Footer = (props: Props) => {
|
||||
</div>
|
||||
<SectionContainer className="py-8">
|
||||
<div className="xl:grid xl:grid-cols-7 xl:gap-4">
|
||||
<div className="space-y-8 xl:col-span-2">
|
||||
<div className="xl:col-span-2 flex flex-col gap-8">
|
||||
<Link href="#" as="/" className="w-40">
|
||||
<SupabaseWordmark className="w-40 h-[30px]" />
|
||||
</Link>
|
||||
@@ -165,7 +165,7 @@ const Footer = (props: Props) => {
|
||||
<IconInstagram size={22} />
|
||||
</a>
|
||||
</div>
|
||||
<div className="mt-8">
|
||||
<div>
|
||||
{newsletterStatus === 'success' ? (
|
||||
<div className="flex flex-col gap-1">
|
||||
<p className="text-brand-link text-sm">Thanks for subscribing!</p>
|
||||
|
||||
Reference in New Issue
Block a user