Skip to content

Commit

Permalink
adding register link
Browse files Browse the repository at this point in the history
  • Loading branch information
AssoulYasser committed Jun 20, 2024
1 parent eeac021 commit 1c21254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/hero/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ const Navbar= () => {
</li>
))}
</ul>
<button className="bg-oceanBlue sm:flex hidden px-4 py-2 font-bold rounded-full">
<a href="https://schoolofai-algiers.github.io/haick24-reg-form/" className="bg-oceanBlue sm:flex hidden px-4 py-2 font-bold rounded-full">
Register
</button>
</a>
{!open && <IoMdMenu
onClick={() => setOpen((prv) => !prv)}
className="sm:hidden flex items-center justify-center w-8 h-8 cursor-pointer"
Expand Down

0 comments on commit 1c21254

Please sign in to comment.