fix missing .com in header.tsx (#11)

This commit is contained in:
Tom Schindler 2023-05-10 00:26:28 +02:00 committed by GitHub
parent a43b3fdac7
commit 8d6e6ae16a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ export const Header: React.FC<Props> = ({ project, views }) => {
views, views,
)} )}
</span> </span>
<Link target="_blank" href="https://twitter/chronark_"> <Link target="_blank" href="https://twitter.com/chronark_">
<Twitter <Twitter
className={`w-6 h-6 duration-200 hover:font-medium ${ className={`w-6 h-6 duration-200 hover:font-medium ${
isIntersecting isIntersecting