Skip to content

Commit

Permalink
Obfuscate twitter url
Browse files Browse the repository at this point in the history
  • Loading branch information
mengqi92 committed Apr 3, 2024
1 parent 427b911 commit 1faa93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/_components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ const Header = ({ title }: Props) => {
</svg>
</span>
</a>
<a href="https://twitter.com/mengqipei">
<Obfuscate element='a' style={{ display: 'inline-block' }} href="https://twitter.com/mengqipei">
<span className="icon icon-tabler icon-tabler-brand-twitter-filled transition-colors group group-hover:text-red-600">
<svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-brand-twitter hover:stroke-red-600 hover:stroke-red-600" width="24" height="24" viewBox="0 0 24 24" strokeWidth="1.5" stroke="#000000" fill="none" strokeLinecap="round" strokeLinejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c0 -.249 1.51 -2.772 1.818 -4.013z" />
</svg>
</span>
</a>
</Obfuscate>
<a href="/api/atom.xml">
<span className="icon icon-tabler icon-tabler-rss transition-colors group group-hover:text-red-600">
<svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-rss hover:stroke-red-600" width="24" height="24" viewBox="0 0 24 24" strokeWidth="1.5" stroke="#000000" fill="none" strokeLinecap="round" strokeLinejoin="round">
Expand Down

0 comments on commit 1faa93b

Please sign in to comment.