From 16b30daebbd0cb2e9aab53fad3a7969af8d83f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristhian=20Fern=C3=A1ndez?= Date: Mon, 21 Oct 2024 09:01:51 -0500 Subject: [PATCH] chore: update konstruct links (#517) * fix: remove saas global values * chore: update konstruct links --- app/auth/signin/page.tsx | 2 +- constants/index.ts | 2 +- .../ClusterForms/shared/AdvancedOptions/AdvancedOptions.tsx | 2 +- containers/GitOpsCatalog/GitOpsCatalog.tsx | 6 +++--- containers/Header/Header.tsx | 2 +- containers/License/License.tsx | 2 +- containers/Navigation/Navigation.tsx | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/auth/signin/page.tsx b/app/auth/signin/page.tsx index edcd2624..5a81b640 100644 --- a/app/auth/signin/page.tsx +++ b/app/auth/signin/page.tsx @@ -94,7 +94,7 @@ export default function SignIn() { - + Help and Support diff --git a/constants/index.ts b/constants/index.ts index 2df6e568..bbfd03bf 100644 --- a/constants/index.ts +++ b/constants/index.ts @@ -37,7 +37,7 @@ export const FLAPPY_TWEET = `The @kubefirst team is making kubernetes platform p `; export const AUTHENTICATION_ERROR_MSG = ` - Please check that your cloud provider authentication inputs are correct, then click Next to retry. If the issue persists please contact the kubefirst team via Slack. + Please check that your cloud provider authentication inputs are correct, then click Next to retry. If the issue persists please contact the kubefirst team via Slack. `; export const CLUSTER_TAG_CONFIG: Record< diff --git a/containers/ClusterForms/shared/AdvancedOptions/AdvancedOptions.tsx b/containers/ClusterForms/shared/AdvancedOptions/AdvancedOptions.tsx index e2f0a91c..4ac4002c 100644 --- a/containers/ClusterForms/shared/AdvancedOptions/AdvancedOptions.tsx +++ b/containers/ClusterForms/shared/AdvancedOptions/AdvancedOptions.tsx @@ -51,7 +51,7 @@ const AdvancedOptions: FunctionComponent = ({ rules={{ required: false, }} - helperText={`Example format: https://${gitProvider}.com/kubefirst/gitops-template`} + helperText={`Example format: https://${gitProvider}.com/konstructio/gitops-template`} /> = ({ catalogApplicati <> To suggest an open source app that installs to your cluster, discuss your idea via an{' '} - + issue . Learn how you can do this on our{' '} - + Contributing file .

Alternatively contact us via our{' '} - + Slack Community {' '} in the #helping-hands or #contributors channels. diff --git a/containers/Header/Header.tsx b/containers/Header/Header.tsx index cf3a1c88..084a9743 100644 --- a/containers/Header/Header.tsx +++ b/containers/Header/Header.tsx @@ -55,7 +55,7 @@ const Header: FunctionComponent = ({ handleOpenFlappy, handleOpenKu { icon: , title: 'Slack', - path: 'https://kubefirst.io/slack', + path: 'http://konstruct.io/slack', }, { icon: youtube, diff --git a/containers/License/License.tsx b/containers/License/License.tsx index 039bbfce..dfece71e 100644 --- a/containers/License/License.tsx +++ b/containers/License/License.tsx @@ -51,7 +51,7 @@ const License: FunctionComponent = ({ footerContent={ diff --git a/containers/Navigation/Navigation.tsx b/containers/Navigation/Navigation.tsx index 65e22006..64aeaf9d 100644 --- a/containers/Navigation/Navigation.tsx +++ b/containers/Navigation/Navigation.tsx @@ -118,7 +118,7 @@ const Navigation: FunctionComponent = ({ }, { icon: , - path: 'https://kubefirst.io/slack', + path: 'http://konstruct.io/slack', title: 'Slack', color: '', },