From 816b654f07b77c9c4c160ed42f0bb104592e3484 Mon Sep 17 00:00:00 2001 From: shadcn Date: Mon, 22 Apr 2024 00:19:11 +0400 Subject: [PATCH] fix(www): update heading font size --- apps/www/app/(app)/examples/layout.tsx | 71 ++++++++++++-------------- apps/www/app/(app)/page.tsx | 2 +- apps/www/components/page-header.tsx | 4 +- 3 files changed, 36 insertions(+), 41 deletions(-) diff --git a/apps/www/app/(app)/examples/layout.tsx b/apps/www/app/(app)/examples/layout.tsx index 57d44ff4fa..edc3fb9a78 100644 --- a/apps/www/app/(app)/examples/layout.tsx +++ b/apps/www/app/(app)/examples/layout.tsx @@ -23,43 +23,38 @@ interface ExamplesLayoutProps { export default function ExamplesLayout({ children }: ExamplesLayoutProps) { return ( - <> -
- - - - Check out some examples - - Examples - - Dashboard, cards, authentication. Some examples built using the - components. Use this as a guide to build your own. - - - - Get Started - - - Components - - - -
- -
- {children} -
-
-
- +
+ + + + Check out some examples + + Examples + + Dashboard, cards, authentication. Some examples built using the + components. Use this as a guide to build your own. + + + + Get Started + + + Components + + + +
+ +
+ {children} +
+
+
) } diff --git a/apps/www/app/(app)/page.tsx b/apps/www/app/(app)/page.tsx index d34a80631a..cee6784f9d 100644 --- a/apps/www/app/(app)/page.tsx +++ b/apps/www/app/(app)/page.tsx @@ -58,7 +58,7 @@ export default function IndexPage() { />
-
+
diff --git a/apps/www/components/page-header.tsx b/apps/www/components/page-header.tsx index 89238c995d..222fd40b5b 100644 --- a/apps/www/components/page-header.tsx +++ b/apps/www/components/page-header.tsx @@ -27,7 +27,7 @@ function PageHeaderHeading({ return (