mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 13:13:25 +00:00
ash was here part 4
This commit is contained in:
@@ -36,7 +36,10 @@ const Header = () => {
|
||||
></div>
|
||||
<div className="container mx-auto px-6 py-4 flex justify-between items-center">
|
||||
<Link href="/" legacyBehavior>
|
||||
<a className="text-2xl font-semibold text-white hover:text-light-purple hover:text-opacity-75 transition-colors duration-300">
|
||||
<a
|
||||
className="text-2xl font-semibold text-white hover:text-light-purple hover:text-opacity-75 transition-colors duration-300"
|
||||
style={{ textShadow: '1px 1px 2px rgba(0, 0, 0, 0.5)' }}
|
||||
>
|
||||
TicketChain
|
||||
</a>
|
||||
</Link>
|
||||
@@ -72,7 +75,7 @@ const Header = () => {
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<li className="relative bottom-1">
|
||||
<MetaMask />
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user