Skip to content

Commit

Permalink
add footer section
Browse files Browse the repository at this point in the history
  • Loading branch information
Premkolte committed Oct 22, 2024
1 parent 5c59b62 commit a1e7dbb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion frontend/src/components/about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,15 @@ const About = () => {
enjoyable for every passenger.
</p>
</div>

{/* Footer */}
<div
className="text-center mt-12 text-sm text-gray-600">
<p>© 2024 StationSaarthi | All rights reserved</p>
</div>
</div>
);
};
}

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

0 comments on commit a1e7dbb

Please sign in to comment.