Reorder the links in the website footer to improve user navigation
Rearranges footer links in `client/src/components/navigation/footer.tsx`, swapping "Book Classes" and "About Fadia" links. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d004b9e1-f9be-46e2-acda-f440ccd644a9 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/98b95389-1341-4d1d-9bd8-8c7574a80b8b.jpg
This commit is contained in:
parent
cdad829218
commit
038cd60b74
|
|
@ -89,10 +89,10 @@ export default function Footer() {
|
||||||
<ul className="space-y-3">
|
<ul className="space-y-3">
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
href="/"
|
href="/calendar"
|
||||||
className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300"
|
className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300"
|
||||||
>
|
>
|
||||||
Home
|
Book Classes
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|
@ -103,15 +103,6 @@ export default function Footer() {
|
||||||
About Fadia
|
About Fadia
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
|
||||||
<Link
|
|
||||||
href="/calendar"
|
|
||||||
className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300"
|
|
||||||
>
|
|
||||||
Calendar
|
|
||||||
</Link>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<Link
|
<Link
|
||||||
href="/community"
|
href="/community"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue