File tree 3 files changed +3
-3
lines changed
dashboard/final-example/app/ui
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
uses : actions/setup-node@v3
17
17
with :
18
18
cache : ' pnpm'
19
- node-version-file : ' .nvmrc '
19
+ node-version : ' 20 '
20
20
- name : Cache node_modules
21
21
id : node-modules-cache
22
22
uses : actions/cache@v4
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export default async function RevenueChart() {
25
25
Recent Revenue
26
26
</ h2 >
27
27
< div className = "rounded-xl bg-gray-50 p-4" >
28
- < div className = "mt-0 grid grid-cols-12 items-end gap-2 rounded-md bg-white p-4 sm:grid-cols-13 md:gap-4" >
28
+ < div className = "sm:grid-cols-13 mt-0 grid grid-cols-12 items-end gap-2 rounded-md bg-white p-4 md:gap-4" >
29
29
{ /* y-axis */ }
30
30
< div
31
31
className = "mb-6 hidden flex-col justify-between text-sm text-gray-400 sm:flex"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export function RevenueChartSkeleton() {
34
34
< div className = { `${ shimmer } relative w-full overflow-hidden md:col-span-4` } >
35
35
< div className = "mb-4 h-8 w-36 rounded-md bg-gray-100" />
36
36
< div className = "rounded-xl bg-gray-100 p-4" >
37
- < div className = "mt-0 grid h-[410px] grid-cols-12 items-end gap-2 rounded-md bg-white p-4 sm:grid-cols-13 md:gap-4" />
37
+ < div className = "sm:grid-cols-13 mt-0 grid h-[410px] grid-cols-12 items-end gap-2 rounded-md bg-white p-4 md:gap-4" />
38
38
< div className = "flex items-center pb-2 pt-6" >
39
39
< div className = "h-5 w-5 rounded-full bg-gray-200" />
40
40
< div className = "ml-2 h-4 w-20 rounded-md bg-gray-200" />
You can’t perform that action at this time.
0 commit comments