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}