Skip to content

Commit 7aa5088

Browse files
committed
feat: add tally form link button
1 parent 3e5aa10 commit 7aa5088

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/components/page-header.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,14 @@ export const PageHeader: React.FC<Props> = ({ img, title, tagline }) => {
4444
</Link>
4545

4646
<div className="absolute top-4 right-4">
47-
<div className="flex gap-4">
47+
<div className="flex items-center gap-4">
48+
<Link
49+
href="https://tally.so/r/mKv6WV"
50+
target="_blank"
51+
className="border border-white/70 text-white/90 hover:bg-white/10 px-3 py-1 text-sm font-medium tracking-wide transition-colors"
52+
>
53+
add yours
54+
</Link>
4855
{socialLinks.map((link) => (
4956
<Link
5057
href={link.url}

0 commit comments

Comments
 (0)