Skip to content

Commit

Permalink
Update Sponsors.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
avsomers25 committed Jan 10, 2025
1 parent 26c72be commit 34a1d27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/(pre-dashboard)/(landing)/sections/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ import Link from 'next/link'
export default async function Sponsors() {
const sponsors = [
'/sponsors/stand-out-stickers-logo.png',
'/sponsors/NJTRANSIT.png'
'/sponsors/NJTRANSIT.png',
'/sponsors/saily-logo-yellow_2.png'
];

const sponsorsLinks = [
'https://www.standoutstickers.com/?utm_campaign=events-league-organizers-fall2023&utm_medium=email&utm_source=customerio-zoho_creator_-_standout_sticker_intro',
"https://www.njtransit.com/"
"https://www.njtransit.com/",
'https://saily.com/'

];

Expand Down

0 comments on commit 34a1d27

Please sign in to comment.