Skip to content

Commit

Permalink
fix:how it works and background
Browse files Browse the repository at this point in the history
  • Loading branch information
Solomonsolomonsolomon committed Oct 17, 2024
1 parent f88a70a commit 411270e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const AboutPage = () => {
height={100}
className="mx-auto mb-6 rounded-md shadow-md"
/>
<h2 className="text-3xl text-gray-800 mb-4 text-center p-3 border-2 border-green-600 border-l-0 border-r-0">
<h2 className="text-3xl text-gray-900 mb-4 text-center p-3 border-2 border-green-600 border-l-0 border-r-0">
How It Works
</h2>

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Header: React.FC = () => {
useState<boolean>(false);

return (
<header className="text-black">
<header className="text-black bg-white">
<nav className="flex items-center justify-between border">
<div className="flex items-center">
<div className="md:hidden">
Expand Down

0 comments on commit 411270e

Please sign in to comment.