Skip to content

Commit

Permalink
events
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 13, 2023
1 parent 4e021a3 commit deecc87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
23 changes: 0 additions & 23 deletions src/assets/data/speakersData.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,6 @@ const speakers = [
github: "",
youtube: "",
},
{
name: "To Be Announced!",
position: "Coming Soon!",
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi consequat ante erat, ut aliquet erat vestibulum vel. Sed ligula mi, rhoncus et fermentum quis, fermentum et nulla.",
img: dummys,
facebook: "",
twitter: "",
linkedin: "",
github: "",
youtube: "",
},
{
name: "To Be Announced!",
position: "Coming Soon!",
description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi consequat ante erat, ut aliquet erat vestibulum vel. Sed ligula mi, rhoncus et fermentum quis, fermentum et nulla.",
img: dummys,
facebook: "",
twitter: "",
linkedin: "",
github: "",
youtube: "",
},

];

export default speakers;
2 changes: 1 addition & 1 deletion src/pages/home/sections/section1/Section1.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Section1 = () => {
</div>
<div className="codeutsava__section1-para">
Central India's{" "}
<span style={{ fontWeight: "600" }}>Largest Coding Event.</span> Join Us On 1st - 2nd November.
<span style={{ fontWeight: "600" }}>Largest Coding Event.</span> Join Us On 1ˢᵗ - 2ⁿᵈ November.
</div>
</div>

Expand Down

0 comments on commit deecc87

Please sign in to comment.