chore: lint

This commit is contained in:
Aman Harwara
2023-07-12 23:59:58 +05:30
parent 139e8789a4
commit 3f796b48eb
104 changed files with 169 additions and 169 deletions

View File

@@ -78,7 +78,7 @@ const ImportModalFileItem = ({
return (
<div
className={classNames(
'flex gap-2 py-2 px-2',
'flex gap-2 px-2 py-2',
file.service == null ? 'flex-col items-start md:flex-row md:items-center' : 'items-center',
)}
>

View File

@@ -36,9 +36,9 @@ const ImportModalInitialPage = ({ setFiles }: Props) => {
<div className="text-lg font-semibold">Drag and drop files to auto-detect and import</div>
<div className="text-sm">Or click to open file picker</div>
</button>
<div className="relative mt-6 mb-6 w-full">
<div className="relative mb-6 mt-6 w-full">
<hr className="w-full border-border" />
<div className="absolute left-1/2 top-1/2 -translate-y-1/2 -translate-x-1/2 bg-default p-1">
<div className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 bg-default p-1">
or import from:
</div>
</div>