Merge branch 'main' of https://github.com/Ayush272002/ticketchain into aesthetic-glitch-fixes

This commit is contained in:
Adwit Mukherji
2024-10-27 02:47:43 +00:00
13 changed files with 935 additions and 557 deletions

View File

@@ -65,6 +65,16 @@ const Header = () => {
</a>
</Link>
</li>
<li>
<Link href="/host" legacyBehavior>
<a
className="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)' }}
>
Host Event
</a>
</Link>
</li>
<li>
<Link href="/contact" legacyBehavior>
<a