Skip to content

Commit

Permalink
Merge pull request WeMakeDevs#669 from AshwanthramKL/adding-Super25
Browse files Browse the repository at this point in the history
added Super25 to events page
  • Loading branch information
AnuragThePathak authored Jun 20, 2023
2 parents aff66ec + 62cb94c commit 42627cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added src/assets/events/super25.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/components/PageComp/EventsPage/EventCategories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Hackathon from 'assets/events/hackathon.jpg';
import Hashnode from 'assets/events/hashnode.jpg';
import Meetup from 'assets/events/meetup.jpeg';
import Scholarship from 'assets/events/scholarship.jpg';
import Super25 from 'assets/events/super25.jpg';
import Webinar from 'assets/events/webinar.jpg';

import DetailCard from '@/components/Cards/DetailCard';
Expand Down Expand Up @@ -76,4 +77,12 @@ const eventsData2 = [
url: '/events/educational',
btnText: 'Know more',
},
{
title: 'Super 25 program',
description:
'Expand your knowledge and enhance your skills with our expert-led webinars on a wide range of topics.',
image: Super25,
url: '/events/super25',
btnText: 'Know more',
},
];

0 comments on commit 42627cd

Please sign in to comment.