chore: lint
This commit is contained in:
@@ -47,7 +47,7 @@ const Tooltip = ({ text }: { text: string }) => {
|
||||
disableMobileFullscreenTakeover
|
||||
className={classNames(
|
||||
'w-60 translate-x-2 translate-y-1 select-none rounded border border-border shadow-main',
|
||||
'z-modal bg-default py-1.5 px-3 text-left',
|
||||
'z-modal bg-default px-3 py-1.5 text-left',
|
||||
)}
|
||||
>
|
||||
{text}
|
||||
|
||||
Reference in New Issue
Block a user