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 a744898 commit 241809fCopy full SHA for 241809f
app/[locale]/10years/_components/TorchHistorySwiper/loading.tsx
@@ -4,8 +4,8 @@ const Loading = () => (
4
<div className="flex w-full flex-col items-center gap-6">
5
<div className="flex w-full items-center justify-center gap-12">
6
<Skeleton className="h-[400px] w-[240px] rounded-4xl" />
7
- <Skeleton className="h-[400px] w-[240px] rounded-4xl" />
8
+ <Skeleton className="h-[400px] w-[240px] rounded-4xl max-sm:hidden" />
+ <Skeleton className="h-[400px] w-[240px] rounded-4xl max-md:hidden" />
9
</div>
10
<Skeleton className="h-6 w-40 rounded-full" />
11
0 commit comments