This commit is contained in:
Ayush Acharjya
2024-10-27 00:50:29 +01:00
parent 4c8c77495e
commit 99bc489909
4 changed files with 35 additions and 2 deletions

View File

@@ -62,6 +62,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