sidebar should be using components tag

This commit is contained in:
Lea Verou
2024-12-23 02:15:25 -05:00
parent 08f327c224
commit 51a416718d

View File

@@ -28,7 +28,7 @@
</h2>
<ul>
{% for component in collections.component | sort %}
{% for component in collections.components | sort %}
{% if not component.data.parent and not (isAlpha and component.data.noAlpha) %}
<li>
<a href="/docs/components/{{ component.fileSlug }}">{{ component.data.title }}</a>