Remove options for group classes and special workshops from footer
Removes the "Group Classes" and "Special Workshops" links from `client/src/components/navigation/footer.tsx`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 88cd88e4-2dbe-4df6-8c8a-7e38f13ef1ec Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/96922436-f2d9-4afd-b8a4-417aa5562a32.jpg
This commit is contained in:
parent
57dc6cdcbe
commit
f370ac1012
|
|
@ -108,22 +108,7 @@ export default function Footer() {
|
|||
Private Sessions
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
href="/classes"
|
||||
className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300"
|
||||
>
|
||||
Group Classes
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
href="/classes"
|
||||
className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300"
|
||||
>
|
||||
Special Workshops
|
||||
</Link>
|
||||
</li>
|
||||
{/* Group Classes and Special Workshops removed */}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue