Merge pull request #42 from Ayush272002/form_handler

profile page extensions
This commit is contained in:
Ashprit Singh Mehra
2024-10-27 04:56:50 +00:00
committed by GitHub
8 changed files with 85 additions and 117 deletions

View File

@@ -76,12 +76,12 @@ const Header = () => {
</Link>
</li>
<li>
<Link href="/contact" legacyBehavior>
<Link href="/profile" 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)' }}
>
Contact
Profile
</a>
</Link>
</li>