Skip to content

Commit

Permalink
fix: updated nav images
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshxn committed Oct 16, 2023
1 parent 54d74c2 commit ac3dc1a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions config/content/EventPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,48 @@ export default [
type: 'Technical',
image:
'https://res.cloudinary.com/dme9vltjf/image/upload/' +
'v1697370432/Inno%202k23/david-leveque-GpNOhig3LSU-unsplash_11zon_y5ajhn.jpg',
'v1697438367/Instagram_post_-_7_y5szxa.png',
},
{
title: 'Pro Shows',
type: 'Pro',
image:
'https://res.cloudinary.com/dme9vltjf/image/upload/' +
'v1697370431/Inno%202k23/Pro_Sho_11zon_bowwb3.jpg',
'v1697438367/Instagram_post_-_6_tkvcsd.png',
},
{
title: 'Workshops',
type: 'Workshop',
image:
'https://res.cloudinary.com/dme9vltjf/image/upload/v1697370432/' +
'Inno%202k23/lexscope-0k2mMcdTOYU-unsplash_11zon_zemsvp.jpg',
'https://res.cloudinary.com/dme9vltjf/image/upload/' +
'v1697438367/Instagram_post_-_5_mcibqo.png',
},
{
title: 'Guest Lectures',
type: 'Guest-Lectures',
image:
'https://res.cloudinary.com/dme9vltjf/image/upload/v1697370431/' +
'Inno%202k23/miguel-henriques-RfiBK6Y_upQ-unsplash_11zon_a1nvuc.jpg',
'https://res.cloudinary.com/dme9vltjf/image/upload/' +
'v1697438367/Instagram_post_-_3_z3tlbs.png',
},
{
title: 'Exhibitions',
type: 'Exhibitions',
image:
'https://res.cloudinary.com/dme9vltjf/image/upload/' +
'v1697370431/Inno%202k23/sergio-rota-lq-3u9EqNb4-unsplash_11zon_mpy2wj.jpg',
'v1697438366/Instagram_post_-_4_zxpros.png',
},
{
title: 'Fun Events',
type: 'Fun',
image:
'https://res.cloudinary.com/dme9vltjf/image/upload/v1697370432/' +
'Inno%202k23/jonny-gios-8wKTIZ1KEzY-unsplash_11zon_frv6up.jpg',
'https://res.cloudinary.com/dme9vltjf/image/upload/' +
'v1697439946/Inno%202k23/Instagram_post_-_8_plf5ek.png',
},
{
title: 'Others',
type: 'Other',
image:
'https://res.cloudinary.com/dme9vltjf/image/upload/v1697370957/' +
'Inno%202k23/samantha-gades-fIHozNWfcvs-unsplash_bi17wn_3_evkqzx.jpg',
'https://res.cloudinary.com/dme9vltjf/image/upload/' +
'v1697439946/Inno%202k23/Instagram_post_-_9_yhwfgk.png',
},
];

0 comments on commit ac3dc1a

Please sign in to comment.