We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcb1e9 commit 53c4332Copy full SHA for 53c4332
site/src/pages/WorkspacesPage/WorkspacesTable.tsx
@@ -377,6 +377,9 @@ const TableLoader: FC<TableLoaderProps> = ({ canCheckWorkspaces }) => {
377
<TableCell className="w-2/6">
378
<Skeleton variant="text" width="50%" />
379
</TableCell>
380
+ <TableCell className="w-0">
381
+ <Skeleton variant="rounded" width={40} height={40} />
382
+ </TableCell>
383
<TableCell>
384
<div className="flex">
385
<KeyboardArrowRight className="text-content-disabled size-icon-sm" />
0 commit comments