Update dashboard navigation (#31747)

This commit is contained in:
c0ffeeca7 2024-03-05 14:05:51 +01:00 committed by GitHub
parent ea9ff1f6fa
commit 71278d3811
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
</div>
<div class="section">
<h1 class="title delta">Views</h1>
<h1 class="title delta">View types</h1>
<ul class="divided sidebar-menu">
{% for element in elements %}
{% if element.type == "view" %}
@ -32,7 +32,7 @@
</div>
<div class="section">
<h1 class="title delta">Cards</h1>
<h1 class="title delta">Card types</h1>
<ul class="divided sidebar-menu">
{% for element in elements %}
{% if element.type == "card" %}