summaryrefslogtreecommitdiffstats
path: root/templates/layouts/categorized_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r--templates/layouts/categorized_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index e0bd1db..fd21017 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -27,7 +27,7 @@ $body$
27 <div class="c-card__block c-card__block--main"> 27 <div class="c-card__block c-card__block--main">
28 $it.omitted$ more items 28 $it.omitted$ more items
29 </div> 29 </div>
30 <svg class="c-card__block o-icon" width="1em" height="1em"> 30 <svg class="c-card__block o-icon" width="1em" height="1em" aria-hidden="true">
31 <use href="/symbols.svg#icon-arrow-right"></use> 31 <use href="/symbols.svg#icon-arrow-right"></use>
32 </svg> 32 </svg>
33 </div> 33 </div>