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

@ -54,7 +54,7 @@ defmodule Heroicons.Generator do
or as a function
<%= #{name}() %>
<%= #{name}(class: "h-6 w-6 text-gray-500") %>
<%= #{name}(class: "w-6 h-6 text-gray-500") %>
"""
end