Skip to content

Commit 39c8411

Browse files
authored
docs: fixed component library listing (#610)
1 parent 2a24b02 commit 39c8411

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,6 @@ Below you can find a more complex example which is using multiple components and
12641264
| unfold/components/container.html | Wrapper for settings max width | class |
12651265
| unfold/components/flex.html | Flex items | class, col |
12661266
| unfold/components/icon.html | Icon element | class |
1267-
| unfold/components/label.html | Label element | class |
12681267
| unfold/components/navigation.html | List of navigation links | class, items |
12691268
| unfold/components/progress.html | Percentual progress bar | class, value, title, description |
12701269
| unfold/components/separator.html | Separator, horizontal rule | class |

src/unfold/templates/unfold/helpers/label.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
bg-primary-100 text-primary-500 dark:bg-primary-500/20
1212
{% else %}
1313
bg-gray-100 text-gray-500 dark:bg-gray-500/20 dark:text-gray-300
14-
{% endif %}
15-
{% if class %} {{ class }}{% endif %}">
14+
{% endif %}">
1615
{{ text }}
1716
</span>

0 commit comments

Comments
 (0)