Skip to content

Commit

Permalink
Update Footer.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Crispae authored Nov 25, 2023
1 parent b28a8f6 commit c8c73b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ function Footer() {
<footer className="bg-body-tertiary text-black text-center py-3 foot">
<div className="container">
<p>&copy; IISPV. All rights reserved.</p>
<p>🚀👨‍💻 Developed by <b>saurav kumar</b> </p>
</div>
</footer>
);

}

export default Footer
export default Footer

0 comments on commit c8c73b5

Please sign in to comment.