formatting

This commit is contained in:
carla 2025-09-17 14:37:04 +02:00
parent 53f6b62289
commit 02b3084789
3 changed files with 9 additions and 8 deletions

View file

@ -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"