Remove the classes link from the footer's quick links section
Removes the "/classes" Link component from the footer navigation in `client/src/components/navigation/footer.tsx`. 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/b74c9792-e260-4bab-a35c-7a8aaeb98c6f.jpg
This commit is contained in:
parent
9ce72ffeb8
commit
8cda541c4b
|
|
@ -103,14 +103,7 @@ export default function Footer() {
|
|||
About Fadia
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
href="/classes"
|
||||
className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300"
|
||||
>
|
||||
Classes
|
||||
</Link>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<Link
|
||||
href="/calendar"
|
||||
|
|
|
|||
Loading…
Reference in New Issue