Skip to content

Commit

Permalink
增加点击跳转逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
buyfakett committed Jan 27, 2025
1 parent 56254d4 commit 748e8e7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/AboutMe/Links.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,15 @@ const Links = () => {
copyTip: 'copy',
}}
className="text-sm font-bold dark:hover:text-blue-400 transition-colors duration-200 cursor-pointer">
Follow Me
<span
onClick={() =>
window.open(
'https://blog.tteam.icu/rss.xml',
'_blank',
)
}>
Follow Me
</span>
</Paragraph>
<span className="mx-2">|</span>
<Link
Expand Down

0 comments on commit 748e8e7

Please sign in to comment.