summaryrefslogtreecommitdiff
path: root/src/view-components.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/view-components.lisp')
-rw-r--r--src/view-components.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view-components.lisp b/src/view-components.lisp
index 0711dda..1c21952 100644
--- a/src/view-components.lisp
+++ b/src/view-components.lisp
@@ -9,7 +9,7 @@
lists. CLASS is the lass string for the containing list. ITEM-CLASS is
the class string for the contained list items."
(with-html
- (:ol :class class
+ (:ul :class class
(dolist (item data)
(:li :class item-class (render :list-item item))))))
@@ -49,3 +49,4 @@ the class string for the contained list items."
(:li (:a :href "/quests" :aria-label "Quests" "📜"))
(:li (:a :href "/tavern" :aria-label "Tavern" "🍺"))))))
+