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 2146938 commit 28f5e0f
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 @@ -25,7 +25,7 @@ export default function Header() {
</div>
) : (
<>
<Link to="/" className="text-2xl sm:text-3xl font-bold text-black">
<Link to="/" className="text-2xl sm:text-3xl font-bold text-white">
HaalSamachar
</Link>
<div className="flex-1 max-sm:hidden">
Expand Down

0 comments on commit 28f5e0f

Please sign in to comment.