Skip to content

Commit e4cefb5

Browse files
committed
feat: update Note component link to direct users to Platform Updates
1 parent ef953ff commit e4cefb5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/components/landingPage/Note.jsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,14 @@ const Note = () => {
116116
<ExternalLink size={14} />
117117
</MotionA>
118118
<MotionA
119-
href="https://github.com/openlearnnitj/"
120-
target="_blank"
121-
rel="noopener noreferrer"
119+
href="/updates"
120+
target='_blank'
122121
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"
123122
whileHover={{ scale: 1.02, y: -1 }}
124123
whileTap={{ scale: 0.98 }}
125124
>
126125
<Code size={16} />
127-
<span>Open Source</span>
128-
<ExternalLink size={14} />
126+
<span>Platform Updates</span>
129127
</MotionA>
130128
</MotionDiv>
131129
</MotionDiv>

0 commit comments

Comments
 (0)