chore: codes
This commit is contained in:
@@ -101,9 +101,9 @@ export default function UserRecordsList({ user }: RecordListProps) {
|
|||||||
disabled={isLoading}
|
disabled={isLoading}
|
||||||
>
|
>
|
||||||
{isLoading ? (
|
{isLoading ? (
|
||||||
<RefreshCwIcon className="h-4 w-4 animate-spin" />
|
<RefreshCwIcon className="size-4 animate-spin" />
|
||||||
) : (
|
) : (
|
||||||
<RefreshCwIcon className="h-4 w-4" />
|
<RefreshCwIcon className="size-4" />
|
||||||
)}
|
)}
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
@@ -195,7 +195,7 @@ export default function UserRecordsList({ user }: RecordListProps) {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<p>Edit</p>
|
<p>Edit</p>
|
||||||
<PenLine className="ml-1 h-4 w-4" />
|
<PenLine className="ml-1 size-4" />
|
||||||
</Button>
|
</Button>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
|||||||
@@ -95,9 +95,9 @@ export default function UserUrlsList({ user }: UrlListProps) {
|
|||||||
disabled={isLoading}
|
disabled={isLoading}
|
||||||
>
|
>
|
||||||
{isLoading ? (
|
{isLoading ? (
|
||||||
<RefreshCwIcon className="h-4 w-4 animate-spin" />
|
<RefreshCwIcon className="size-4 animate-spin" />
|
||||||
) : (
|
) : (
|
||||||
<RefreshCwIcon className="h-4 w-4" />
|
<RefreshCwIcon className="size-4" />
|
||||||
)}
|
)}
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
@@ -199,7 +199,7 @@ export default function UserUrlsList({ user }: UrlListProps) {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<p>Edit</p>
|
<p>Edit</p>
|
||||||
<PenLine className="ml-1 h-4 w-4" />
|
<PenLine className="ml-1 size-4" />
|
||||||
</Button>
|
</Button>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
|||||||
Reference in New Issue
Block a user