mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
refactor: remove Application Deployment link from Header component
- Removed the Application Deployment link from both MobileNavigation and Header components to streamline navigation. - This change follows the recent addition of the Application Deployment Platform page, ensuring consistency in the navigation structure.
This commit is contained in:
@@ -119,9 +119,6 @@ function MobileNavigation() {
|
||||
className="absolute inset-x-0 top-full mt-4 flex origin-top flex-col rounded-2xl border border-border bg-background p-4 text-lg tracking-tight text-primary shadow-xl ring-1 ring-border/5"
|
||||
>
|
||||
<MobileNavLink href="/#pricing">Pricing</MobileNavLink>
|
||||
<MobileNavLink href="/features/application-deployment-platform">
|
||||
Application Deployment
|
||||
</MobileNavLink>
|
||||
<MobileNavLink href="/#faqs">FAQ</MobileNavLink>
|
||||
<MobileNavLink
|
||||
href="https://docs.dokploy.com/docs/core"
|
||||
@@ -166,9 +163,6 @@ export function Header() {
|
||||
</Link>
|
||||
<div className="hidden md:flex md:gap-x-6">
|
||||
<NavLink href="/#pricing">Pricing</NavLink>
|
||||
<NavLink href="/features/application-deployment-platform">
|
||||
Application Deployment
|
||||
</NavLink>
|
||||
<NavLink href="/#faqs">FAQ</NavLink>
|
||||
<NavLink
|
||||
href="https://docs.dokploy.com/docs/core"
|
||||
|
||||
Reference in New Issue
Block a user