chore: format files
This commit is contained in:
parent
082dd8c1f2
commit
9696cc7188
8 changed files with 131 additions and 104 deletions
|
|
@ -185,7 +185,7 @@ export const root = new Elysia()
|
|||
<header class="mb-2 w-full text-xl font-bold" safe>
|
||||
{converter}
|
||||
</header>
|
||||
<ul class="convert_to_target flex flex-row flex-wrap gap-1">
|
||||
<ul class={`convert_to_target flex flex-row flex-wrap gap-1`}>
|
||||
{targets.map((target) => (
|
||||
<button
|
||||
// https://stackoverflow.com/questions/121499/when-a-blur-event-occurs-how-can-i-find-out-which-element-focus-went-to#comment82388679_33325953
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue