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 521f94f commit e6ac456Copy full SHA for e6ac456
1 file changed
ui/src/routes/schema.tsx
@@ -40,10 +40,6 @@ function Schema() {
40
function SchemaSkeleton() {
41
return (
42
<div className="flex flex-col gap-4">
43
- <div className="flex items-center justify-between">
44
- <Skeleton className="w-[300px] h-[32px]" />
45
- <Skeleton className="w-[150px] h-[20px]" />
46
- </div>
47
<Skeleton className="w-full h-[calc(100vh-12rem)]" />
48
</div>
49
);
0 commit comments