Skip to content

Commit

Permalink
Change welcome screen
Browse files Browse the repository at this point in the history
  • Loading branch information
robertobandini committed Jun 20, 2024
1 parent cab3d34 commit dccab0c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
8 changes: 4 additions & 4 deletions open-lens/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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 <[email protected]>",
"author": "Freelens Authors <[email protected]>",
"scripts": {
"clean": "rimraf binaries/ dist/ static/build",
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.ts --progress",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/src/common/vars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
4 changes: 2 additions & 2 deletions packages/core/src/renderer/components/welcome/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ const NonInjectedWelcome = observer(({
view for managing all your cloud-native resources.
<br />
<br />
{"If you have any questions or feedback, please join our "}
{"If you have any questions or feedback, please join us on our "}
<a
href={forumsUrl}
target="_blank"
rel="noreferrer"
className="link"
>
Lens Forums
Github repository
</a>
.
</p>
Expand Down
8 changes: 0 additions & 8 deletions packages/ui-components/icon/src/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@
pointer-events: none;
width: 100%;
height: 100%;

* {
fill: currentColor;
}

line {
stroke: currentColor;
}
}
}

Expand Down

0 comments on commit dccab0c

Please sign in to comment.