Skip to content

Commit

Permalink
fix: update API link in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
fityannugroho committed Nov 21, 2024
1 parent 077c5c5 commit e7101b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function Navbar({ className }: NavbarProps) {
</Link>
<ul className="flex gap-4 lg:gap-6 text-sm *:text-foreground/60 hover:*:text-foreground">
<li>
<Link target="_blank" href="https://idn-area.up.railway.app/docs">
<Link target="_blank" href="https://idn-area.up.railway.app">
API
</Link>
</li>
Expand Down

0 comments on commit e7101b7

Please sign in to comment.