Skip to content

Commit

Permalink
asdas
Browse files Browse the repository at this point in the history
  • Loading branch information
vladanpaunovic committed Oct 24, 2024
1 parent 58d82fa commit 2cb1c29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Navigarion/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ const UnAuthenticatedMenu = () => (
</button>
</div>
<div>
<button
onClick={() => signIn()}
<Link
href="/pricing"
className="hidden sm:block px-3 py-2 ml-4 bg-gray-100 text-indigo-700 rounded font-medium shadow-lg transition hover:shadow-xl"
>
Register
</button>
</Link>
</div>
</>
);
Expand Down

0 comments on commit 2cb1c29

Please sign in to comment.