diff --git a/src/lib/layout/coverTitle.svelte b/src/lib/layout/coverTitle.svelte
index eb3a43fa1..ce87e70e5 100644
--- a/src/lib/layout/coverTitle.svelte
+++ b/src/lib/layout/coverTitle.svelte
@@ -1,18 +1,24 @@
-{#if href}
-
-
-
-
-
-{/if}
-
-
-
+
+ {#if href}
+
+
+
+
+
+ {/if}
+
+
+
+
diff --git a/src/routes/(console)/project-[region]-[project]/functions/function-[function]/(modals)/createManual.svelte b/src/routes/(console)/project-[region]-[project]/functions/function-[function]/(modals)/createManual.svelte
index 4d6ae6e70..6259d577c 100644
--- a/src/routes/(console)/project-[region]-[project]/functions/function-[function]/(modals)/createManual.svelte
+++ b/src/routes/(console)/project-[region]-[project]/functions/function-[function]/(modals)/createManual.svelte
@@ -22,7 +22,7 @@
let error: string = '';
$: maxSize =
- isCloud && $currentPlan
+ isCloud && $currentPlan?.deploymentSize
? $currentPlan.deploymentSize * 1000000
: $consoleVariables._APP_COMPUTE_SIZE_LIMIT; // already in MB