Skip to content

Commit

Permalink
events
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 22, 2023
1 parent 604ee6c commit bac82ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/data/eventsData.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import event1 from "../images/event1.webp";
import event2 from "../images/event2.webp";
import event3 from "../images/event3.webp";
import event4 from "../images/event4.webp";
import dummye from '../images/dummye.png';

const events = [
Expand All @@ -27,7 +28,7 @@ const events = [
date: "25ᵗʰ, 26ᵗʰ, 27ᵗʰ Oct",
time: "6:00 PM",
venue: "Online",
img: dummye,
img: event4,
desc: "A range of diverse types of coding contests will be organized for the students over the course of 3 days, where the participants will face a variety of challenges, ranging from writing code to debugging a webpage and more.",
link: "",
},
Expand Down
Binary file added src/assets/images/event4.webp
Binary file not shown.

0 comments on commit bac82ce

Please sign in to comment.