remove show_more component

This commit is contained in:
stvnrlly
2023-12-18 21:56:40 -05:00
parent 09d11c0308
commit 17d9de0f2d
4 changed files with 8 additions and 18 deletions

View File

@@ -1,6 +0,0 @@
{% macro show_more(url, label, with_border=True) %}
<a
href="{{ url }}"
class="usa-link show-more{% if not with_border %}-no-border{% endif %}"
><span>{{ label }}</span></a>
{% endmacro %}