🎨 Themed and updated footer component.

This commit is contained in:
sid
2024-10-26 17:40:16 +01:00
parent deb52f36b1
commit 2ebdb7d479

View File

@@ -3,8 +3,8 @@ import React from 'react';
const Footer = () => { const Footer = () => {
return ( return (
<footer className="text-center mt-8"> <footer className="text-center mt-8">
<p className="text-gray-500"> <p className="text-light-purple text-opacity-75">
&copy; 2024 Ticket Chain. All rights reserved. &copy; 2024 TicketChain. All rights reserved.
</p> </p>
</footer> </footer>
); );