diff --git a/src/components/shell/rail.tsx b/src/components/shell/rail.tsx index ccf62cd..ad09a47 100644 --- a/src/components/shell/rail.tsx +++ b/src/components/shell/rail.tsx @@ -18,21 +18,21 @@ function WorkspaceIcon({ return ( {workspace.avatar_url ? ( @@ -61,7 +61,7 @@ function RailButton({ return ( @@ -72,10 +72,10 @@ function RailButton({ function WorkspaceSkeleton() { return ( - + {Array.from({ length: 4 }).map((_, index) => ( ))} @@ -95,16 +95,16 @@ export function WorkspaceRail() { }); return ( -