Skip to content

Commit 9874174

Browse files
moelzanaty3mohamed.elzanaty3delbaoliveira
authored
feature: add prettier config (#452)
* chore: fix dashboard readme * feat: add prettier config * chore: update Node version requirement to 18.17.0 * Remove extra space * Update @tailwind/forms * Testing --------- Co-authored-by: mohamed.elzanaty3 <[email protected]> Co-authored-by: Delba de Oliveira <[email protected]> Co-authored-by: Delba de Oliveira <[email protected]>
1 parent 32607c9 commit 9874174

13 files changed

+4986
-77
lines changed

dashboard/final-example/app/ui/dashboard/revenue-chart.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default async function RevenueChart() {
2525
Recent Revenue
2626
</h2>
2727
<div className="rounded-xl bg-gray-50 p-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">
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">
2929
{/* y-axis */}
3030
<div
3131
className="mb-6 hidden flex-col justify-between text-sm text-gray-400 sm:flex"

dashboard/final-example/app/ui/skeletons.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function RevenueChartSkeleton() {
3434
<div className={`${shimmer} relative w-full overflow-hidden md:col-span-4`}>
3535
<div className="mb-4 h-8 w-36 rounded-md bg-gray-100" />
3636
<div className="rounded-xl bg-gray-100 p-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" />
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" />
3838
<div className="flex items-center pb-2 pt-6">
3939
<div className="h-5 w-5 rounded-full bg-gray-200" />
4040
<div className="ml-2 h-4 w-20 rounded-md bg-gray-200" />

0 commit comments

Comments
 (0)