Skip to content

Commit

Permalink
fix: responsiveness of loading skeleton on link survey (#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobenjada committed Apr 5, 2024
1 parent 91822c6 commit 9b27d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/s/[surveyId]/loading.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default function Loading() {
return (
<div className="flex h-full w-full items-center justify-center">
<div className="flex h-1/2 w-1/4 flex-col">
<div className="flex h-1/2 w-3/4 flex-col sm:w-1/2 lg:w-1/4">
<div className="ph-no-capture h-16 w-1/3 animate-pulse rounded-lg bg-slate-200 font-medium text-slate-900"></div>
<div className="ph-no-capture mt-4 h-full animate-pulse rounded-lg bg-slate-200 text-slate-900"></div>
</div>
Expand Down

0 comments on commit 9b27d6f

Please sign in to comment.