Skip to content

Commit

Permalink
Update Header.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-priyanshu15 authored Dec 19, 2024
1 parent 78dd27e commit 4648a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Header() {
<button
type="button"
onClick={() => navigate("/bookmarks")}
className="px-4 py-2 font-semibold rounded-full bg-green-600 text-black max-sm:bg-transparent max-sm:text-black max-sm:p-3"
className="px-4 py-2 font-semibold rounded-full bg-green-600 text-grey-500 max-sm:bg-transparent max-sm:text-black max-sm:p-3"
>
<span className="max-sm:hidden">Bookmark</span>
<span className="sm:hidden">
Expand Down

0 comments on commit 4648a5a

Please sign in to comment.