fix(dashboard): remove self-hosting tag 🤦
This commit is contained in:
@@ -97,7 +97,7 @@ export default function LayoutMenu({
|
|||||||
</div>
|
</div>
|
||||||
</ProjectLink>
|
</ProjectLink>
|
||||||
)}
|
)}
|
||||||
{!process.env.SELF_HOSTED && (
|
{process.env.SELF_HOSTED && (
|
||||||
<a
|
<a
|
||||||
className="rounded p-2 row items-center gap-2 hover:bg-def-200"
|
className="rounded p-2 row items-center gap-2 hover:bg-def-200"
|
||||||
href="https://openpanel.dev/supporter"
|
href="https://openpanel.dev/supporter"
|
||||||
@@ -218,11 +218,13 @@ export default function LayoutMenu({
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-auto w-full">
|
{process.env.SELF_HOSTED && (
|
||||||
<div className={cn('text-sm w-full text-center')}>
|
<div className="mt-auto w-full ">
|
||||||
Self-hosted instance
|
<div className={cn('text-sm w-full text-center')}>
|
||||||
|
Self-hosted instance
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
)}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,6 +53,9 @@ export function Footer() {
|
|||||||
<li>
|
<li>
|
||||||
<Link href="/contact">Contact</Link>
|
<Link href="/contact">Contact</Link>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<Link href="/supporter">Become a supporter</Link>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user