mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
🎨 Themed and updated footer component.
This commit is contained in:
@@ -3,7 +3,7 @@ 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">
|
||||||
© 2024 TicketChain. All rights reserved.
|
© 2024 TicketChain. All rights reserved.
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user