profile page extensions

This commit is contained in:
ashprit
2024-10-27 04:22:42 +00:00
parent cce9632b5f
commit cc65a7e82a
8 changed files with 85 additions and 117 deletions

View File

@@ -73,12 +73,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>