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
+