Skip to content

Commit fc665d8

Browse files
committed
fix: mobile tag skeleton
1 parent 385f66c commit fc665d8

File tree

1 file changed

+1
-1
lines changed
  • app/[locale]/developers/tutorials

1 file changed

+1
-1
lines changed

app/[locale]/developers/tutorials/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const TutorialsList = dynamic(() => import("./_components/tutorials"), {
2222
ssr: false,
2323
loading: () => (
2424
<div className="mt-8 w-full md:w-2/3">
25-
<div className="flex w-full flex-wrap gap-2 px-8 pb-16 pt-12 lg:grid lg:grid-cols-3 lg:gap-4 xl:grid-cols-4 2xl:grid-cols-5">
25+
<div className="grid w-full grid-cols-3 gap-2 px-8 pb-16 pt-12 sm:grid-cols-4 lg:gap-4 2xl:grid-cols-5">
2626
{Array.from({ length: 30 }).map((_, index) => (
2727
<Skeleton key={"tag" + index} className="h-8 rounded-full" />
2828
))}

0 commit comments

Comments
 (0)