From 903733ad60e4cd747f5a6e769e59cdbe973ac43a Mon Sep 17 00:00:00 2001 From: giancarlo Date: Thu, 18 Apr 2024 19:59:55 +0800 Subject: [PATCH] Rearrange CSS classes in various components This commit reorders CSS classes in multiple files to maintain consistent code style. The switch does not change any style attribute's functionality or the display, but assists in code readability and organization. --- .../home/[account]/_components/account-layout-sidebar.tsx | 2 +- apps/web/app/(dashboard)/home/[account]/page.tsx | 2 +- apps/web/app/(dashboard)/home/_components/home-sidebar.tsx | 2 +- packages/billing/gateway/src/components/index.ts | 2 +- packages/ui/src/makerkit/page.tsx | 6 ++---- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/apps/web/app/(dashboard)/home/[account]/_components/account-layout-sidebar.tsx b/apps/web/app/(dashboard)/home/[account]/_components/account-layout-sidebar.tsx index b9b785dae..d7599f94a 100644 --- a/apps/web/app/(dashboard)/home/[account]/_components/account-layout-sidebar.tsx +++ b/apps/web/app/(dashboard)/home/[account]/_components/account-layout-sidebar.tsx @@ -85,7 +85,7 @@ function SidebarContainer(props: { /> - + diff --git a/apps/web/app/(dashboard)/home/[account]/page.tsx b/apps/web/app/(dashboard)/home/[account]/page.tsx index 22fbef8e6..e61fd86bb 100644 --- a/apps/web/app/(dashboard)/home/[account]/page.tsx +++ b/apps/web/app/(dashboard)/home/[account]/page.tsx @@ -56,7 +56,7 @@ function TeamAccountHomePage({ account={params.account} > diff --git a/apps/web/app/(dashboard)/home/_components/home-sidebar.tsx b/apps/web/app/(dashboard)/home/_components/home-sidebar.tsx index 294635a0b..1114e4f23 100644 --- a/apps/web/app/(dashboard)/home/_components/home-sidebar.tsx +++ b/apps/web/app/(dashboard)/home/_components/home-sidebar.tsx @@ -32,7 +32,7 @@ export function HomeSidebar() { - + diff --git a/packages/billing/gateway/src/components/index.ts b/packages/billing/gateway/src/components/index.ts index f1e5a0065..86b562200 100644 --- a/packages/billing/gateway/src/components/index.ts +++ b/packages/billing/gateway/src/components/index.ts @@ -2,4 +2,4 @@ export * from './plan-picker'; export * from './current-subscription-card'; export * from './current-lifetime-order-card'; export * from './billing-session-status'; -export * from './billing-portal-card'; \ No newline at end of file +export * from './billing-portal-card'; diff --git a/packages/ui/src/makerkit/page.tsx b/packages/ui/src/makerkit/page.tsx index aa35f5318..4f798f713 100644 --- a/packages/ui/src/makerkit/page.tsx +++ b/packages/ui/src/makerkit/page.tsx @@ -44,12 +44,10 @@ export function PageHeader({ mobileNavigation?: React.ReactNode; }>) { return ( -
+
{mobileNavigation}