mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 22:47:15 +01:00
prettier all the things
This commit is contained in:
@@ -13,7 +13,10 @@ export default function Input(props: {
|
||||
<>
|
||||
<div className="flex flex-wrap -mx-3 mb-2">
|
||||
<div className="w-full px-3 mb-2">
|
||||
<label className="block uppercase tracking-wide text-gray-500 text-xs font-bold mb-2" htmlFor={name}>
|
||||
<label
|
||||
className="block uppercase tracking-wide text-gray-500 text-xs font-bold mb-2"
|
||||
htmlFor={name}
|
||||
>
|
||||
{label} {required && <Required />}
|
||||
</label>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user