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 29, 2025
1 parent 1e5b81a commit a9963ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/(pre-dashboard)/(landing)/sections/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ import Image from 'next/image';
import Link from 'next/link'
export default async function Sponsors() {
const sponsors = [
'/sponsors/stand-out-stickers-logo.png',
'/sponsors/icims.png',
'/sponsors/wakefern2.png',
'/sponsors/saily-logo-yellow_2.png',
'/sponsors/dorahacks.png',
'/sponsors/icims.png',
'/sponsors/stand-out-stickers-logo.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.icims.com/',
'https://www2.wakefern.com/',
'https://saily.com/',
'https://dorahacks.io/',
'https://www.icims.com/',
'https://www.standoutstickers.com/?utm_campaign=events-league-organizers-fall2023&utm_medium=email&utm_source=customerio-zoho_creator_-_standout_sticker_intro'
];

return (
Expand Down

0 comments on commit a9963ab

Please sign in to comment.