From 0e1002392ff5f494a3c531731b88adcd8af2c907 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Mon, 12 Apr 2021 14:59:49 +0530 Subject: [PATCH] fix: styling for dashboard --- community/www/dashboard/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/community/www/dashboard/index.html b/community/www/dashboard/index.html index 7c10462a..2984af66 100644 --- a/community/www/dashboard/index.html +++ b/community/www/dashboard/index.html @@ -159,9 +159,9 @@
Create a New Sketch -
- {% if sketches %} - {% for sketch in sketches %} + {% if sketches %} + {% for sketch in sketches %} +
@@ -179,11 +179,11 @@
- {% endfor %} - {% else %} -

You have not created any sketches.

- {% endif %}
+ {% endfor %} + {% else %} +

You have not created any sketches.

+ {% endif %}