mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
Preliminary Structure
This commit is contained in:
@@ -36,10 +36,11 @@ const Header = () => {
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href="/events" legacyBehavior>
|
||||
<a className="text-white hover:text-blue-500 transition-colors duration-300">
|
||||
Events
|
||||
</a>
|
||||
<Link
|
||||
href="/TicketListings"
|
||||
className="text-white hover:text-blue-500 transition-colors duration-300"
|
||||
>
|
||||
Events
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user