Skip to content

Commit 38b5626

Browse files
authored
Merge pull request #1958 from gtech-mulearn/home-dev
fix: update top 100 series link
2 parents e286095 + 4b79c3f commit 38b5626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/Public/Home/pages/LandingPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const SpecialEventsList: SpecialEvent[] = [
4646
"Welcome to the Top 100 Coders initiative Recognised by Kerala Govt. We're on a mission to recognize and empower the best coders in India. If you're passionate about coding and want to make a significant impact in the tech community, you're in the right place.",
4747
// date: "2025-04-09",
4848
// participants: 100,
49-
link: "https://top100coders.com/",
49+
link: "https://www.top100series.com/",
5050
image: cdnUrl("src/modules/Public/Home/assets/top-100.webp"),
5151
isLive: true,
5252
},
@@ -161,7 +161,7 @@ const MuLiveCounter = () => {
161161
}
162162
duration={5}
163163
/>
164-
164+
165165
</p>
166166
<p className={styles.cvc_text}>
167167
{orgTypeCount.org_type.endsWith("y")

0 commit comments

Comments
 (0)