Skip to content

Commit

Permalink
make placeholder a bit shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed May 15, 2023
1 parent 7282a4f commit b2602d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/app/links/link-filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default function LinkFilters() {
</div>
) : (
<div className="grid h-full gap-6 rounded-md bg-white p-5">
<div className="h-[calc(100vh-190px)] w-full animate-pulse rounded-md bg-gray-200" />
<div className="h-[400px] w-full animate-pulse rounded-md bg-gray-200" />
</div>
);
}
Expand Down

0 comments on commit b2602d9

Please sign in to comment.