Skip to content

Commit

Permalink
add home navigate
Browse files Browse the repository at this point in the history
  • Loading branch information
Premkolte committed Oct 22, 2024
1 parent a1e7dbb commit fed5e65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const About = () => {
className="h-12" />
</button>

{/* Main Heading */}
<h1
className="text-5xl font-bold text-blue-900 mb-12 text-center shadow-md">
ABOUT US
Expand Down Expand Up @@ -156,7 +157,7 @@ const About = () => {
</div>
</div>
);
}
};

// Exporting the About component for use in other parts of the app
export default About;

0 comments on commit fed5e65

Please sign in to comment.