Skip to content

Commit 886fca7

Browse files
authored
Add new submagic logo (supabase#36413)
1 parent 9ebaa85 commit 886fca7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

apps/www/components/logos.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ const logos = [
118118
alt: 'betashares',
119119
name: 'betashares',
120120
},
121+
{
122+
image: `/images/logos/publicity/submagic.svg`,
123+
alt: 'submagic',
124+
name: 'submagic',
125+
},
121126
]
122127

123128
const LogosRow: React.FC<{ className?: string }> = ({ className }) => (
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)