diff --git a/components/dashboard/src/FromReferrer.tsx b/components/dashboard/src/FromReferrer.tsx index 498a2894d11540..11555bdac9390e 100644 --- a/components/dashboard/src/FromReferrer.tsx +++ b/components/dashboard/src/FromReferrer.tsx @@ -22,7 +22,7 @@ export default function FromReferrer() {

No Referrer Found

It looks like you are trying to open a workspace, but the referrer URL is empty. This happens when the git hoster doesn't send the referrer header. -
Please prefix the repository URL with

https://gitpod.io/#
in order to start a workspace. Learn more

+
Please prefix the repository URL with
https://gitpod.io/#
in order to start a workspace. Learn more

diff --git a/components/dashboard/src/Login.tsx b/components/dashboard/src/Login.tsx index 7ef66c8060e2a2..774460fcc54a38 100644 --- a/components/dashboard/src/Login.tsx +++ b/components/dashboard/src/Login.tsx @@ -163,7 +163,7 @@ export function Login() {
- By signing in, you agree to our terms of service. + By signing in, you agree to our terms of service.
diff --git a/components/dashboard/src/Setup.tsx b/components/dashboard/src/Setup.tsx index 13a8ec92dab827..afd34fa1f6182d 100644 --- a/components/dashboard/src/Setup.tsx +++ b/components/dashboard/src/Setup.tsx @@ -45,7 +45,7 @@ export default function Setup() {
- By using Gitpod, you agree to our terms. + By using Gitpod, you agree to our terms.
diff --git a/components/dashboard/src/index.css b/components/dashboard/src/index.css index 21b1d86d8e5e17..1be7d8386250fa 100644 --- a/components/dashboard/src/index.css +++ b/components/dashboard/src/index.css @@ -58,6 +58,10 @@ @apply cursor-default opacity-50 pointer-events-none; } + a.learn-more { + @apply underline underline-thickness-thin underline-offset-small; + } + input[type=text], input[type=search], input[type=password], select { @apply block w-56 text-gray-600 dark:text-gray-400 bg-white dark:bg-gray-800 rounded-md border border-gray-300 dark:border-gray-500 focus:border-gray-400 dark:focus:border-gray-400 focus:ring-0; } diff --git a/components/dashboard/src/projects/Projects.tsx b/components/dashboard/src/projects/Projects.tsx index 7d22631ecf1115..0e5f04798dfbda 100644 --- a/components/dashboard/src/projects/Projects.tsx +++ b/components/dashboard/src/projects/Projects.tsx @@ -14,7 +14,7 @@ export default function() {
Projects (empty)

No Recent Projects

-

Add projects to enable and manage Prebuilds.
Learn more about Prebuilds

+

Add projects to enable and manage Prebuilds.
Learn more about Prebuilds

diff --git a/components/dashboard/src/settings/EnvironmentVariables.tsx b/components/dashboard/src/settings/EnvironmentVariables.tsx index 521f299983f19c..22274505eea9a6 100644 --- a/components/dashboard/src/settings/EnvironmentVariables.tsx +++ b/components/dashboard/src/settings/EnvironmentVariables.tsx @@ -207,7 +207,7 @@ export default function EnvVars() { ?

No Environment Variables

-
In addition to user-specific environment variables you can also pass variables through a workspace creation URL. Learn more
+
In addition to user-specific environment variables you can also pass variables through a workspace creation URL. Learn more
diff --git a/components/dashboard/src/settings/Integrations.tsx b/components/dashboard/src/settings/Integrations.tsx index 769ab49a898b24..7069ecf9e88e67 100644 --- a/components/dashboard/src/settings/Integrations.tsx +++ b/components/dashboard/src/settings/Integrations.tsx @@ -592,8 +592,8 @@ export function GitIntegrationModal(props: ({ return ( Use this redirect URL to update the OAuth application. - Go to developer settings and setup the OAuth application.  - Learn more. + Go to developer settings and setup the OAuth application.  + Learn more. ); } diff --git a/components/dashboard/src/settings/Teams.tsx b/components/dashboard/src/settings/Teams.tsx index ff6685ad890ff1..5bc4e9eb624961 100644 --- a/components/dashboard/src/settings/Teams.tsx +++ b/components/dashboard/src/settings/Teams.tsx @@ -460,7 +460,7 @@ function AllTeams() {

No Active Teams

-
Get started by creating a team
and adding team members. Learn more
+
Get started by creating a team
and adding team members. Learn more
diff --git a/components/dashboard/src/teams/NewTeam.tsx b/components/dashboard/src/teams/NewTeam.tsx index 94917d45dc3d78..a2a7e1ae170578 100644 --- a/components/dashboard/src/teams/NewTeam.tsx +++ b/components/dashboard/src/teams/NewTeam.tsx @@ -29,7 +29,7 @@ export default function () { } return

New Team

-

Teams allow you to group multiple projects, collaborate with others, manage subscriptions with one centralized billing, and more. Learn more

+

Teams allow you to group multiple projects, collaborate with others, manage subscriptions with one centralized billing, and more. Learn more

What's your team's name?

diff --git a/components/dashboard/src/workspaces/Workspaces.tsx b/components/dashboard/src/workspaces/Workspaces.tsx index 95d025385fe145..32204552b26d5f 100644 --- a/components/dashboard/src/workspaces/Workspaces.tsx +++ b/components/dashboard/src/workspaces/Workspaces.tsx @@ -122,7 +122,7 @@ export default class Workspaces extends React.Component
Garbage Collection
-

Unpinned workspaces that have been stopped for more than 14 days will be automatically deleted. Learn more

+

Unpinned workspaces that have been stopped for more than 14 days will be automatically deleted. Learn more

} @@ -137,7 +137,7 @@ export default class Workspaces extends React.Component

No Active Workspaces

-
Prefix any git repository URL with gitpod.io/# or create a new workspace for a recently used project. Learn more
+
Prefix any git repository URL with gitpod.io/# or create a new workspace for a recently used project. Learn more
{wsModel.getAllFetchedWorkspaces().size > 0 ? :null}