From c36c8b33a7fcd7377a562a9c6072fea4764b88b5 Mon Sep 17 00:00:00 2001 From: Aryan Bhendarkar Date: Wed, 1 Oct 2025 18:08:03 +0530 Subject: [PATCH] feat: replace coming soon buttons with explore now --- src/Page/Resources.jsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Page/Resources.jsx b/src/Page/Resources.jsx index 9105c644..ddd57b57 100644 --- a/src/Page/Resources.jsx +++ b/src/Page/Resources.jsx @@ -461,16 +461,16 @@ const ResourcesCards = () => { ))} - {['Notes', 'Roadmaps', 'Preparation', 'Research Paper', 'Useful APIs'].includes(resources.title) ? ( - -
Coming Soon
-
- ) : ( - (window.location.href = resources.link)}> -
-
Explore Now
- - )} + { + event.preventDefault(); + window.location.href = resources.link; + }} + > +
+
Explore Now
+