forked from emre/www_projectmycelium_com
feat: add Pods page with navigation links
- Added new Pods page route with lazy loading - Integrated Pods navigation links in header (desktop and mobile) and footer
This commit is contained in:
@@ -27,6 +27,9 @@ export function Footer() {
|
||||
<Link to="/agents" className="text-sm text-gray-700 hover:text-cyan-500 transition-colors">
|
||||
Agents
|
||||
</Link>
|
||||
<Link to="/pods" className="text-sm text-gray-700 hover:text-cyan-500 transition-colors">
|
||||
Pods
|
||||
</Link>
|
||||
</nav>
|
||||
</div>
|
||||
<div className="group relative -mx-4 flex items-center self-stretch p-4 transition-colors hover:bg-gray-100 sm:self-auto sm:rounded-2xl lg:mx-0 lg:self-auto lg:p-6">
|
||||
|
||||
Reference in New Issue
Block a user