Fix class order in tests/docs

This commit is contained in:
Max Veytsman
2022-09-02 19:03:41 -04:00
parent 2d954961af
commit 0091433f59
3 changed files with 8 additions and 8 deletions

View File

@ -42,7 +42,7 @@ There are also function versions of each component:
```eex
<%= Heroicons.Solid.cake() %>
<%= Heroicons.Solid.cake(class: "h-6 w-6 text-gray-500") %>
<%= Heroicons.Solid.cake(class: "w-6 h-6 text-gray-500") %>
```
For a full list of icons see [the docs](https://hexdocs.pm/heroicons/api-reference.html) or [heroicons.com](https://heroicons.com/).