From c36dafeba3a31dbfbd78661e06633dbbf2ae2716 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 14 Mar 2022 19:39:06 +0100 Subject: [PATCH] update empty state --- src/routes/console/[project]/index.svelte | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/routes/console/[project]/index.svelte b/src/routes/console/[project]/index.svelte index 48f40153d..9f67253b9 100644 --- a/src/routes/console/[project]/index.svelte +++ b/src/routes/console/[project]/index.svelte @@ -61,12 +61,10 @@ {:else} -
-
-

No Platforms Added to Your Project

-

Add your first platform and build your new application.

-
-
+ + No Platforms Added to Your Project +

Add your first platform and build your new application.

+
{/each}