From 14abbd94b55b565597b52ac6aadd3527df1f82ea Mon Sep 17 00:00:00 2001 From: Deveesh Shetty <89470104+Deveesh-Shetty@users.noreply.github.com> Date: Wed, 18 Oct 2023 23:03:24 +0530 Subject: [PATCH] fix(www): removes redundant class-name from `H2` component (#1703) * chore: removes redundant class from typography-h2 * chore: remove class from new york style --------- Co-authored-by: shadcn --- apps/www/registry/default/example/typography-h2.tsx | 2 +- apps/www/registry/new-york/example/typography-h2.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/registry/default/example/typography-h2.tsx b/apps/www/registry/default/example/typography-h2.tsx index eb4b7970e99..ea794416542 100644 --- a/apps/www/registry/default/example/typography-h2.tsx +++ b/apps/www/registry/default/example/typography-h2.tsx @@ -1,6 +1,6 @@ export default function TypographyH2() { return ( -

+

The People of the Kingdom

) diff --git a/apps/www/registry/new-york/example/typography-h2.tsx b/apps/www/registry/new-york/example/typography-h2.tsx index eb4b7970e99..ea794416542 100644 --- a/apps/www/registry/new-york/example/typography-h2.tsx +++ b/apps/www/registry/new-york/example/typography-h2.tsx @@ -1,6 +1,6 @@ export default function TypographyH2() { return ( -

+

The People of the Kingdom

)