1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +04:00

avatar class fix

This commit is contained in:
codecalm
2022-01-03 19:22:37 +01:00
parent 26e5402732
commit 8eb9d18dca
+1 -1
View File
@@ -108,7 +108,7 @@ Change the shape of an avatar with the default Bootstrap image classes. You can
{% include ui/avatar.html person-id=18 shape="rounded" %}
{% include ui/avatar.html person-id=19 shape="rounded-circle" %}
{% include ui/avatar.html person-id=20 shape="rounded-0" %}
{% include ui/avatar.html person-id=21 shape="rounded-lg" %}
{% include ui/avatar.html person-id=21 shape="rounded-3" %}
{% endcapture %}
{% include example.html code=code centered=true %}