From 3bd078d69843bfcba6dc0d00fd15385365e1e08c Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 12 Jan 2021 20:59:49 +0100 Subject: [PATCH] Remove unused widgets --- src/pages/widgets.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/widgets.html b/src/pages/widgets.html index 8dd8175916..e218d7d907 100644 --- a/src/pages/widgets.html +++ b/src/pages/widgets.html @@ -83,9 +83,6 @@
{% include cards/project-summary.html stage-color="red" %}
-
{% include cards/small-stats-2.html title="Customers" count="1,950" growth=5.2 color="yellow" %}
-
{% include cards/small-stats-2.html title="Orders" count="8256" growth=0 color="green" %}
-
{% include cards/small-stats-2.html title="Revenue" count="$58,924" growth=-3.1 color="red" light=true %}