mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-09-12 12:03:06 +08:00
Add Prettier configuration. Run Prettier
This commit is contained in:
@@ -5,10 +5,7 @@ const formClasses =
|
||||
|
||||
function Label({ id, children }) {
|
||||
return (
|
||||
<label
|
||||
htmlFor={id}
|
||||
className="mb-2 block text-sm font-semibold text-gray-900"
|
||||
>
|
||||
<label htmlFor={id} className="mb-2 block text-sm font-semibold text-gray-900">
|
||||
{children}
|
||||
</label>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user