Skip to content

Commit 87408ed

Browse files
authored
chore(www): add State of Startups 2026 OG image (supabase#46394)
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? Chore — adds a static asset. ## What is the current behavior? The State of Startups 2026 page references `/images/state-of-startups/2026/state-of-startups-og.png` for its Open Graph image, but the file did not exist in the repo. ## What is the new behavior? Adds the OG image at the expected path so social previews render correctly when sharing `/state-of-startups`. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Adjusted the minimum height of the State of Startups header and its inner wrapper on non-medium breakpoints to refine spacing and visual balance. * Medium-breakpoint height remains unchanged, preserving the intended layout at that size. <!-- review_stack_entry_start --> [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/supabase/supabase/pull/46394?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 11ab27a commit 87408ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/www/app/state-of-startups/components/StateOfStartupsAuroraHeader.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function StateOfStartupsAuroraHeader() {
1111

1212
return (
1313
<header
14-
className="relative w-full overflow-hidden min-h-[32svh] md:min-h-[50svh]"
14+
className="relative w-full overflow-hidden min-h-[26rem] md:min-h-[50vh]"
1515
style={{ background: 'hsl(var(--background-alternative-default))' }}
1616
>
1717
{/* Aurora shader scene — hidden when user prefers reduced motion */}
@@ -49,7 +49,7 @@ export function StateOfStartupsAuroraHeader() {
4949
/>
5050

5151
{/* Content — constrained to default container */}
52-
<div className="relative z-10 max-w-240 mx-auto px-8 flex flex-col gap-4 justify-end pb-16 md:pb-18 min-h-[32svh] md:min-h-[50svh]">
52+
<div className="relative z-10 max-w-240 mx-auto px-8 flex flex-col gap-4 justify-end pb-16 md:pb-18 min-h-[26rem] md:min-h-[50vh]">
5353
<p className="font-mono uppercase tracking-wide text-sm text-foreground-light">
5454
Supabase Presents
5555
</p>
2.36 MB
Loading

0 commit comments

Comments
 (0)