Skip to content

Commit

Permalink
Add X link to web navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
krystof-k committed Jun 5, 2024
1 parent ec8adfd commit 4d7aa01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/web/app/[lang]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ export default function RootLayout({
>
Vlastní kalkulačka
</Link>
<Link
href="https://x.com/kalkulacka_one"
className="underline hover:no-underline"
>
→ @kalkulacka_one na X
</Link>
</nav>
</header>
{children}
Expand Down

0 comments on commit 4d7aa01

Please sign in to comment.