diff --git a/src/routes/console/project-[project]/functions/+page.svelte b/src/routes/console/project-[project]/functions/+page.svelte index fb663f8ce..ed0574096 100644 --- a/src/routes/console/project-[project]/functions/+page.svelte +++ b/src/routes/console/project-[project]/functions/+page.svelte @@ -62,7 +62,7 @@ }.svg`} alt="technology" /> - {func.name} + {func.name} diff --git a/src/routes/console/project-[project]/functions/function/[function]/+page.svelte b/src/routes/console/project-[project]/functions/function/[function]/+page.svelte index 4a4cca3a3..01319221f 100644 --- a/src/routes/console/project-[project]/functions/function/[function]/+page.svelte +++ b/src/routes/console/project-[project]/functions/function/[function]/+page.svelte @@ -95,20 +95,20 @@ {:else} - (showCreate = true)}> -

- Add a new deployment, or activate an existing one to see your function in - action. -

-

- Learn more about deployments in our - Documentation. -

+ (showCreate = true)}> +
+

+ Create a new deployment, or activate an existing one to see your function in + action. +

+

Need a hand? Check out our documentation.

+
+
+ + +
{/if} @@ -201,10 +201,19 @@ {:else} - -

Create your first deployment to get started

- + (showCreate = true)}> +
+

+ Create a new deployment, or activate an existing one to see your function in + action. +

+

Need a hand? Check out our documentation.

+
+
+ + +
{/if}