formatting
This commit is contained in:
parent
53f6b62289
commit
02b3084789
3 changed files with 9 additions and 8 deletions
|
|
@ -20,8 +20,7 @@ defmodule MvWeb.Components.SearchBarComponent do
|
|||
@impl true
|
||||
def render(assigns) do
|
||||
~H"""
|
||||
<form phx-change="search"
|
||||
phx-target={@myself}class="flex" role="search" aria-label="Search">
|
||||
<form phx-change="search" phx-target={@myself} class="flex" role="search" aria-label="Search">
|
||||
<label class="input">
|
||||
<svg
|
||||
class="h-[1em] opacity-50"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue