Fix: event types skeleton is off #4540 (#4550)

4552-move-teams-into-main-nav
Jonathan Giardino 2022-09-17 15:46:11 +02:00 committed by GitHub
parent 1e79a55825
commit fc5cc5b8bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ function SkeletonLoader() {
<SkeletonContainer>
<div className="mb-4 flex items-center">
<SkeletonAvatar className="h-8 w-8" />
<div className="space-y-1">
<div className="flex flex-col space-y-1">
<SkeletonText className="h-4 w-16" />
<SkeletonText className="h-4 w-24" />
</div>