Skip to content

Commit

Permalink
Fix: fixed hacker news link
Browse files Browse the repository at this point in the history
  • Loading branch information
sanatankc authored Sep 6, 2024
1 parent 3ae8157 commit 852d8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Page() {
<Tooltip>
<TooltipTrigger asChild>
<a
href="https://news.ycombinator.com/show"
href="https://news.ycombinator.com/item?id=41408929"
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit 852d8d0

Please sign in to comment.