Skip to content

Commit

Permalink
fix: events Data and data structure (#230)
Browse files Browse the repository at this point in the history
fix: main events data
  • Loading branch information
Srish-ty authored Oct 29, 2024
1 parent e40b833 commit 077623b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/content/EventsPage/MainEvents/Data.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const ME_previewItems = [
{
id: 9,
ImageURL:
'https://res.cloudinary.com/duvkctvfr/image/upload/v1729778657/INNO_events/Inno%20Club%20Posters/wyxzwizt4ggy9id5tcyv.jpg', //tba
'https://res.cloudinary.com/dwfon2ikz/image/upload/v1730032788/inno-2k24/Inno%20Club%20Posters/ML4E_ImagineAI/ogiyrid9ygc2eubw86vh.png',
PreviewDescription: 'TBA',
Rulebook: '',
},
Expand All @@ -73,7 +73,7 @@ export const ME_previewItems = [
ImageURL:
'https://res.cloudinary.com/duvkctvfr/image/upload/v1729432800/INNO_events/Inno%20Club%20Posters/tqjvoypanukjacsqdhar.png', //tba
PreviewDescription:
'Get ready for the ultimate challenge with OpenChase: a Hybrid Treasure Hunt, brought to you by OpenCode!...',
'Get ready for the ultimate challenge with OpenChase: a Hybrid Treasure Hunt, brought to you by OpenCode and GDSC NIT Rourekla!...',
Rulebook: 'https://drive.google.com/open?id=1OWOfXrTX4h9uToToi0A9c2eC6nAMHQh6',
},
// {
Expand Down Expand Up @@ -470,7 +470,7 @@ export const ME_descriptionItems = [
Heading: 'IMAGINE AI',
Description: 'TBA',
ImageURL:
'https://res.cloudinary.com/duvkctvfr/image/upload/v1729778657/INNO_events/Inno%20Club%20Posters/wyxzwizt4ggy9id5tcyv.jpg', //TBA
'https://res.cloudinary.com/dwfon2ikz/image/upload/v1730032788/inno-2k24/Inno%20Club%20Posters/ML4E_ImagineAI/ogiyrid9ygc2eubw86vh.png',
Location: 'LA-214',
Date: 'DAY 1',
Time: '4 PM',
Expand All @@ -480,7 +480,7 @@ export const ME_descriptionItems = [
id: 10,
Heading: 'OPENCHASE: A TREASURE HUNT',
Description:
'Get ready for the ultimate challenge with OpenChase: a Hybrid Treasure Hunt, brought to you by OpenCode! This virtual Capture the Flag event will have you hunting down hidden hints and flags buried deep within apps, media, and websites. Do you have the skills to crack the clues and come out on top?',
'Get ready for the ultimate challenge with OpenChase: a Hybrid Treasure Hunt, brought to you by OpenCode and GDSC, NITR! This virtual Capture the Flag event will have you hunting down hidden hints and flags buried deep within apps, media, and websites. Do you have the skills to crack the clues and come out on top?',
ImageURL:
'https://res.cloudinary.com/duvkctvfr/image/upload/v1729432800/INNO_events/Inno%20Club%20Posters/tqjvoypanukjacsqdhar.png', // TBA
Location: 'LA-104',
Expand Down

0 comments on commit 077623b

Please sign in to comment.