We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef953ff commit e4cefb5Copy full SHA for e4cefb5
src/components/landingPage/Note.jsx
@@ -116,16 +116,14 @@ const Note = () => {
116
<ExternalLink size={14} />
117
</MotionA>
118
<MotionA
119
- href="https://github.com/openlearnnitj/"
120
- target="_blank"
121
- rel="noopener noreferrer"
+ href="/updates"
+ target='_blank'
122
className="inline-flex items-center gap-2 px-4 py-2 text-sm bg-black text-white rounded-lg hover:bg-gray-800 transition-all duration-200"
123
whileHover={{ scale: 1.02, y: -1 }}
124
whileTap={{ scale: 0.98 }}
125
>
126
<Code size={16} />
127
- <span>Open Source</span>
128
- <ExternalLink size={14} />
+ <span>Platform Updates</span>
129
130
</MotionDiv>
131
0 commit comments