Rename Community link to Contact and Contact link to Login in website footer
Updates footer navigation links, replacing '/community' with '/contact' and '/contact' with '/auth'. Replit-Commit-Author: Agent Replit-Commit-Session-Id: e524de2d-167c-4bad-8c36-b012186a210b Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/b6afb2e0-2f48-4cee-b75c-87c1d38f039e.jpg
This commit is contained in:
parent
57114d58d0
commit
39d2210f86
|
|
@ -105,14 +105,6 @@ export default function Footer() {
|
||||||
About Fadia
|
About Fadia
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<Link
|
|
||||||
href="/community"
|
|
||||||
className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300"
|
|
||||||
>
|
|
||||||
Community
|
|
||||||
</Link>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
href="/contact"
|
href="/contact"
|
||||||
|
|
@ -121,6 +113,14 @@ export default function Footer() {
|
||||||
Contact
|
Contact
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<Link
|
||||||
|
href="/auth"
|
||||||
|
className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300"
|
||||||
|
>
|
||||||
|
Login
|
||||||
|
</Link>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue