Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Navbar = () => {
<button className="absolute -top-1 left-3 text-[8px] text-white bg-slate-600 size-3.5 rounded-full">{cartCount}</button>
</Link>

<button className="px-8 py-2 bg-indigo-500 hover:bg-indigo-600 transition text-white rounded-full">
<button className="px-8 py-2 bg-[#00ca55] hover:bg-[#00b84d] transition text-white rounded-full">
Login
</button>

Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.