From 09413dd0a60307ec86cd3dc96d51d2f659dce5a8 Mon Sep 17 00:00:00 2001
From: davegson <3080765+davegson@users.noreply.github.com>
Date: Tue, 28 Jul 2020 17:51:54 +0200
Subject: [PATCH] Fix typo
---
_includes/roadmap_card.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_includes/roadmap_card.html b/_includes/roadmap_card.html
index 5155b64..b8a9de5 100644
--- a/_includes/roadmap_card.html
+++ b/_includes/roadmap_card.html
@@ -37,11 +37,11 @@
{% if include.state == 'done' %}
{% elsif include.state == 'in_progress' %}
-
+
{% elsif include.state == 'discarded' %}
{% elsif include.state == 'backlog' %}
-
+
{% endif %}