diff --git a/src/components/newt-install-commands.tsx b/src/components/newt-install-commands.tsx index 86acc492f..ba0363e3b 100644 --- a/src/components/newt-install-commands.tsx +++ b/src/components/newt-install-commands.tsx @@ -210,19 +210,21 @@ WantedBy=default.target`

{t("commands")}

-

- For more and up to date Kubernetes installation - information, see{" "} - - docs.pangolin.net/manage/sites/install-kubernetes - - . -

+ {platform === "kubernetes" && ( +

+ For more and up to date Kubernetes installation + information, see{" "} + + docs.pangolin.net/manage/sites/install-kubernetes + + . +

+ )}
{commands.map((item, index) => { const commandText = @@ -232,8 +234,10 @@ WantedBy=default.target` ? undefined : item.title; + const key = `${title ?? ""}::${commandText}`; + return ( -
+
{title && (

{title}