Skip to content

Commit 202a3f9

Browse files
authored
swap hero img (supabase#41908)
1 parent c843bb5 commit 202a3f9

3 files changed

Lines changed: 128 additions & 2 deletions

File tree

apps/www/data/solutions/convex.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ const data = {
6565
<Image
6666
draggable={false}
6767
src={{
68-
dark: '/images/solutions/firebase/firebase-hero-dark.svg',
69-
light: '/images/solutions/firebase/firebase-hero-light.svg',
68+
dark: '/images/solutions/convex/convex-hero-dark.svg',
69+
light: '/images/solutions/convex/convex-hero-light.svg',
7070
}}
7171
alt="Convex to Supabase illustration"
7272
width={1000}
Lines changed: 67 additions & 0 deletions
Loading
Lines changed: 59 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)