Skip to content

Commit

Permalink
feat(selfhost): add selfhosting link
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna committed Feb 18, 2024
1 parent 5492c5d commit e792c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Navbar: FC<IProps> = (props) => {
</center>
<center className="text-primary flex gap-10 justify-center">
<Link href="/">home</Link>
<Link href="https://github.com/angelsflyinhell/web-expl">
<Link href="https://github.com/angelsflyinhell/web-expl?tab=readme-ov-file#deployment">
selfhost
</Link>
<Link href="/about">about</Link>
Expand Down

0 comments on commit e792c3c

Please sign in to comment.