We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7538553 commit 9f5d361Copy full SHA for 9f5d361
test/petal/menu_test.exs
@@ -193,11 +193,18 @@ defmodule PetalComponents.MenuTest do
193
path: "/sign-in",
194
icon: fn assigns ->
195
~H"""
196
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6">
+ <svg
197
+ xmlns="http://www.w3.org/2000/svg"
198
+ fill="none"
199
+ viewBox="0 0 24 24"
200
+ stroke-width="1.5"
201
+ stroke="currentColor"
202
+ class="size-6"
203
+ >
204
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" />
205
</svg>
206
"""
- end,
207
+ end
208
}
209
],
210
current_page: :current_page,
0 commit comments