Skip to content

Commit

Permalink
deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
judygab committed Aug 30, 2023
1 parent 6156205 commit e3c26b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Navbar = () => {
onClick={() => setNavbarOpen(false)}
className="flex items-center px-3 py-2 border rounded border-slate-200 text-slate-200 hover:text-white hover:border-white"
>
<XmarkIcon className="h-5 w-5" />
<XMarkIcon className="h-5 w-5" />
</button>
)}
</div>
Expand Down

0 comments on commit e3c26b3

Please sign in to comment.