Skip to content

Commit e6ac456

Browse files
committed
chore: update loading screen on the schema page
1 parent 521f94f commit e6ac456

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ui/src/routes/schema.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ function Schema() {
4040
function SchemaSkeleton() {
4141
return (
4242
<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>
4743
<Skeleton className="w-full h-[calc(100vh-12rem)]" />
4844
</div>
4945
);

0 commit comments

Comments
 (0)