From dccab0c98ee01996d67b6b3aa025235f94442bce Mon Sep 17 00:00:00 2001 From: Roberto Bandini Date: Thu, 20 Jun 2024 13:02:54 +0200 Subject: [PATCH] Change welcome screen --- open-lens/package.json | 8 ++++---- packages/core/src/common/vars.ts | 8 ++++---- packages/core/src/renderer/components/welcome/welcome.tsx | 4 ++-- packages/ui-components/icon/src/icon.scss | 8 -------- 4 files changed, 10 insertions(+), 18 deletions(-) diff --git a/open-lens/package.json b/open-lens/package.json index f768ab41..4c2ed563 100644 --- a/open-lens/package.json +++ b/open-lens/package.json @@ -1,8 +1,8 @@ { "name": "open-lens", "private": true, - "productName": "OpenLens", - "description": "OpenLens - Open Source IDE for Kubernetes", + "productName": "Freelens", + "description": "Freelens - Open Source IDE for Kubernetes", "homepage": "https://github.com/lensapp/lens", "version": "6.5.0", "repository": { @@ -14,9 +14,9 @@ "url": "https://github.com/lensapp/lens/issues" }, "main": "static/build/main.js", - "copyright": "© 2023 OpenLens Authors", + "copyright": "© 2024 Freelens Authors", "license": "MIT", - "author": "OpenLens Authors ", + "author": "Freelens Authors ", "scripts": { "clean": "rimraf binaries/ dist/ static/build", "build": "cross-env NODE_ENV=production webpack --config webpack/webpack.ts --progress", diff --git a/packages/core/src/common/vars.ts b/packages/core/src/common/vars.ts index 1cb0271a..7eb80ba7 100644 --- a/packages/core/src/common/vars.ts +++ b/packages/core/src/common/vars.ts @@ -16,7 +16,7 @@ export const apiPrefix = "/api"; // local router apis export const apiKubePrefix = "/api-kube"; // k8s cluster apis // Links -export const issuesTrackerUrl = "https://github.com/lensapp/lens/issues" as string; -export const supportUrl = "https://docs.k8slens.dev/support/" as string; -export const docsUrl = "https://docs.k8slens.dev" as string; -export const forumsUrl = "https://forums.k8slens.dev" as string; +export const issuesTrackerUrl = "https://github.com/freelensapp/freelens/issues" as string; +export const supportUrl = "https://github.com/freelensapp/freelens" as string; +export const docsUrl = "https://github.com/freelensapp/freelens" as string; +export const forumsUrl = "https://github.com/freelensapp/freelens" as string; diff --git a/packages/core/src/renderer/components/welcome/welcome.tsx b/packages/core/src/renderer/components/welcome/welcome.tsx index b9562da8..1bdef849 100644 --- a/packages/core/src/renderer/components/welcome/welcome.tsx +++ b/packages/core/src/renderer/components/welcome/welcome.tsx @@ -95,14 +95,14 @@ const NonInjectedWelcome = observer(({ view for managing all your cloud-native resources.

- {"If you have any questions or feedback, please join our "} + {"If you have any questions or feedback, please join us on our "} - Lens Forums + Github repository .

diff --git a/packages/ui-components/icon/src/icon.scss b/packages/ui-components/icon/src/icon.scss index 2c765318..53857f20 100644 --- a/packages/ui-components/icon/src/icon.scss +++ b/packages/ui-components/icon/src/icon.scss @@ -85,14 +85,6 @@ pointer-events: none; width: 100%; height: 100%; - - * { - fill: currentColor; - } - - line { - stroke: currentColor; - } } }