Skip to content

Commit

Permalink
Modified navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
codercake committed Jun 6, 2024
1 parent aecf0db commit b934047
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/core/navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ const Navbar = ({ starCount }: { starCount?: number }) => {
>
Start Tour
</button>

<Link
href="https://github.com/Sanchitbajaj02/palettegram"
target="_blank"
Expand All @@ -236,18 +237,21 @@ const Navbar = ({ starCount }: { starCount?: number }) => {
>
<Github size={20} className="mr-4" /> {starCount} Stars
</Link>

<Link
href="/register"
className="inline-block mx-2 px-6 py-2 text-sm rounded-full text-white bg-primary text-center hover:border-2 hover:bg-transparent"
>
Register
</Link>

<Link
href="/login"
className="inline-block mx-2 px-6 py-2 text-sm rounded-full text-white bg-primary text-center hover:border-2 hover:bg-transparent"
>
Login
</Link>

{userAuth && userAuth.data?.$id && (
<>
<Link
Expand Down

0 comments on commit b934047

Please sign in to comment.