diff --git a/src/lib/pages/domains/wizard/step1.svelte b/src/lib/pages/domains/wizard/step1.svelte
index 6c37353c29..fa00ce536d 100644
--- a/src/lib/pages/domains/wizard/step1.svelte
+++ b/src/lib/pages/domains/wizard/step1.svelte
@@ -78,8 +78,12 @@
To add a domain to a locally hosted Appwrite project, you must first configure your server
domain.
-
-
+
{/if}
diff --git a/src/routes/console/project-[project]/functions/function-[function]/createManual.svelte b/src/routes/console/project-[project]/functions/function-[function]/createManual.svelte
index 75437ae813..cada9f7e5a 100644
--- a/src/routes/console/project-[project]/functions/function-[function]/createManual.svelte
+++ b/src/routes/console/project-[project]/functions/function-[function]/createManual.svelte
@@ -80,12 +80,13 @@
required />
{#if $func.version !== 'v3'}
- Build commands now available for functions v3.0
+
+ Build commands now available for functions v3.0
+
Update your function version to make use of new features including build commands.
-
-
+
{:else}
diff --git a/src/routes/console/project-[project]/functions/function-[function]/execute.svelte b/src/routes/console/project-[project]/functions/function-[function]/execute.svelte
index 1ddddbb7f0..26824e5f73 100644
--- a/src/routes/console/project-[project]/functions/function-[function]/execute.svelte
+++ b/src/routes/console/project-[project]/functions/function-[function]/execute.svelte
@@ -113,8 +113,9 @@
Update your function version to make use of new features including customizable HTTP
data in your executions.
-
-
+
Your function is outdated
Update your function version to make use of new features including build commands and HTTP
data in your executions. To update, follow the steps outlined in our
-
- documentation.
+ documentation.
-
-
+
{/if}
diff --git a/src/routes/console/project-[project]/functions/function-[function]/settings/updateConfiguration.svelte b/src/routes/console/project-[project]/functions/function-[function]/settings/updateConfiguration.svelte
index edebc1d10a..3113e5d185 100644
--- a/src/routes/console/project-[project]/functions/function-[function]/settings/updateConfiguration.svelte
+++ b/src/routes/console/project-[project]/functions/function-[function]/settings/updateConfiguration.svelte
@@ -290,8 +290,12 @@
When installing Git in a locally hosted Appwrite project, you must
first configure your environment variables.
-
-
+
{/if}
@@ -313,6 +317,7 @@
diff --git a/src/routes/console/project-[project]/functions/templates/template-[template]/+page.svelte b/src/routes/console/project-[project]/functions/templates/template-[template]/+page.svelte
index 6b089bce24..e70569173d 100644
--- a/src/routes/console/project-[project]/functions/templates/template-[template]/+page.svelte
+++ b/src/routes/console/project-[project]/functions/templates/template-[template]/+page.svelte
@@ -70,8 +70,12 @@
In order to clone a template to a locally hosted Appwrite project, you must set
up a Git integration and configure your environment variables.
-
-
+
{/if}
@@ -83,7 +87,10 @@
View source
-