Skip to content

Commit

Permalink
Merge pull request #44 from sanatankc/patch-1
Browse files Browse the repository at this point in the history
Fix: fixed hacker news link
  • Loading branch information
pontusab authored Sep 7, 2024
2 parents 3ae8157 + 852d8d0 commit 68ca260
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 68ca260

Please sign in to comment.