Skip to content

Commit

Permalink
eck live
Browse files Browse the repository at this point in the history
  • Loading branch information
eckartal authored and eckartal committed Jan 1, 2025
1 parent 54e125d commit 14c9a43
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions app/(post)/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,17 @@ export function Header({
href="https://twitter.com/eckartal"
target="_blank"
rel="noopener noreferrer"
className="hover:text-gray-800 dark:hover:text-gray-400"
className="hover:text-gray-800 dark:hover:text-gray-400 flex items-center"
>
@eckartal
<svg
className="w-4 h-4"
viewBox="0 0 24 24"
fill="currentColor"
aria-hidden="true"
>
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" />
</svg>
<span className="hidden sm:inline ml-1">@eckartal</span>
</a>
{post.category && (
<>
Expand Down

0 comments on commit 14c9a43

Please sign in to comment.