Skip to content

Commit 47b609b

Browse files
committed
add empty state
1 parent d4ed91b commit 47b609b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/_includes/partials/roadmapList.njk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@
2323
</p>
2424
</div>
2525
</li>
26+
{% else %}
27+
<li class="px-3 py-2">
28+
<p>There are currently no issues in this category.</p>
29+
</li>
2630
{%- endfor -%}
2731
</ul>

0 commit comments

Comments
 (0)