Skip to content

Commit 69b5b25

Browse files
authored
Update src/app/conf/2024/sponsors.tsx
1 parent 1369ed3 commit 69b5b25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/conf/2024/sponsors.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ const sponsorSilver: Image[] = [
3737
const workshopDaySponsors: Image[] = []
3838

3939
const mediaPartners: Image[] = [
40-
{ icon: Intuit, name: "Intuit", link: "https://opensource.intuit.com/intuit-open-source/open-source" },
40+
{
41+
icon: Intuit,
42+
name: "Intuit",
43+
link: "https://opensource.intuit.com/intuit-open-source/open-source",
44+
},
4145
]
4246

4347
const communityPartners: Image[] = []

0 commit comments

Comments
 (0)