mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-24 13:27:10 +02:00
Use prettier to order tailwind classes
This commit is contained in:
parent
c5c2816c3d
commit
eee23c1bb5
52 changed files with 268 additions and 262 deletions
|
@ -17,7 +17,7 @@ const NameInput: React.ForwardRefRenderFunction<
|
|||
NameInputProps
|
||||
> = ({ value, defaultValue, className, ...forwardProps }, ref) => {
|
||||
return (
|
||||
<div className="flex items-center relative">
|
||||
<div className="relative flex items-center">
|
||||
<UserAvater
|
||||
name={value ?? defaultValue ?? ""}
|
||||
className="absolute left-2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue