@@ -19,31 +19,18 @@ export default function SchemeSkeleton() {
1919 </ div >
2020 </ div >
2121
22- { /* Details section */ }
22+ { /* Description section */ }
2323 < div className = "p-6 mt-4" >
2424 < Skeleton className = "h-7 w-32 mb-6 rounded-lg" />
2525 < Skeleton className = "h-5 w-full mb-2 rounded-lg" />
2626 < Skeleton className = "h-5 w-full mb-2 rounded-lg" />
2727 < Skeleton className = "h-5 w-full mb-2 rounded-lg" />
2828 < Skeleton className = "h-5 w-full mb-2 rounded-lg" />
29-
30- < div className = "flex gap-2 w-full mt-4" >
31- < Skeleton className = "h-5 w-32 rounded-lg" />
32- < Skeleton className = "h-5 flex-1 rounded-lg" />
33- </ div >
34- < div className = "flex gap-2 w-full mt-4" >
35- < Skeleton className = "h-5 w-32 rounded-lg" />
36- < Skeleton className = "h-5 flex-1 rounded-lg" />
37- </ div >
38- < div className = "flex gap-2 w-full mt-4" >
39- < Skeleton className = "h-5 w-32 rounded-lg" />
40- < Skeleton className = "h-5 flex-1 rounded-lg" />
41- </ div >
4229 </ div >
4330
44- { /* Scheme section */ }
31+ { /* details section */ }
4532 < div className = "p-6 mt-4 sm:flex gap-7" >
46- { /* left */ }
33+ { /* main */ }
4734 < div className = "flex-[2]" >
4835 < Skeleton className = "h-7 w-32 mb-6 rounded-lg" />
4936
@@ -107,7 +94,7 @@ export default function SchemeSkeleton() {
10794 </ div >
10895 </ div >
10996
110- { /* right */ }
97+ { /* other */ }
11198 < div className = "flex-1" >
11299 < div className = "mt-6" >
113100 < Skeleton className = "h-4 w-20 mb-3 rounded-lg" />
@@ -120,35 +107,27 @@ export default function SchemeSkeleton() {
120107 </ div >
121108 </ div >
122109 < div className = "mt-6" >
123- < Skeleton className = "h-4 w-20 mb-3 rounded-lg" />
124- < div className = "flex flex-wrap gap-2" >
125- < Skeleton className = "h-5 w-24 rounded-xl" />
126- < Skeleton className = "h-5 w-20 rounded-xl" />
127- < Skeleton className = "h-5 w-24 rounded-xl" />
128- < Skeleton className = "h-5 w-24 rounded-xl" />
129- < Skeleton className = "h-5 w-22 rounded-xl" />
130- < Skeleton className = "h-5 w-20 rounded-xl" />
131- < Skeleton className = "h-5 w-24 rounded-xl" />
132- < Skeleton className = "h-5 w-24 rounded-xl" />
133- < Skeleton className = "h-5 w-20 rounded-xl" />
134- < Skeleton className = "h-5 w-18 rounded-xl" />
135- < Skeleton className = "h-5 w-24 rounded-xl" />
136- < Skeleton className = "h-5 w-24 rounded-xl" />
137- < Skeleton className = "h-5 w-10 rounded-xl" />
138- < Skeleton className = "h-5 w-24 rounded-xl" />
139- < Skeleton className = "h-5 w-20 rounded-xl" />
140- < Skeleton className = "h-5 w-24 rounded-xl" />
141- < Skeleton className = "h-5 w-28 rounded-xl" />
110+ < div className = "flex flex-col gap-2 w-full mt-4" >
111+ < Skeleton className = "h-5 w-32 rounded-lg" />
112+ < Skeleton className = "h-5 w-full rounded-lg" />
113+ </ div >
114+ < div className = "flex flex-col gap-2 w-full mt-4" >
115+ < Skeleton className = "h-5 w-32 rounded-lg" />
116+ < Skeleton className = "h-5 w-full rounded-lg" />
117+ </ div >
118+ < div className = "flex flex-col gap-2 w-full mt-4" >
119+ < Skeleton className = "h-5 w-32 rounded-lg" />
120+ < Skeleton className = "h-5 w-full rounded-lg" />
142121 </ div >
143122 </ div >
144123 </ div >
145124 </ div >
146125
147- < div className = "my-10 flex justify-end" >
126+ < div className = "flex justify-end" >
148127 < Skeleton className = "h-10 w-40 rounded-full" />
149128 </ div >
150129
151- < Skeleton className = "h-16 w-full" />
130+ < Skeleton className = "h-16 my-10 w-full" />
152131 </ >
153132 ) ;
154133}
0 commit comments