diff --git a/apps/web/components/article-with-image-as-background/tailwind.tsx b/apps/web/components/article-with-image-as-background/tailwind.tsx index ccb9a7db17..02595bfbf3 100644 --- a/apps/web/components/article-with-image-as-background/tailwind.tsx +++ b/apps/web/components/article-with-image-as-background/tailwind.tsx @@ -30,13 +30,13 @@ export const component = ( Artful Accents - + Uncover the power of accent furniture in transforming your space with subtle touches of style, personality, and functionality, as we explore the art of curating captivating accents. - + npx create-email@latest diff --git a/apps/web/src/components/code-block.tsx b/apps/web/src/components/code-block.tsx index df0a4f7330..f74573adb6 100644 --- a/apps/web/src/components/code-block.tsx +++ b/apps/web/src/components/code-block.tsx @@ -54,7 +54,7 @@ export const CodeBlock: React.FC> = ({ {({ tokens, getLineProps, getTokenProps }) => ( <>
> = ({ {({ tokens, getLineProps, getTokenProps }) => (
> = ({
             )}
           
           
-
+
{ @@ -187,7 +187,7 @@ const ReactVariantSelect = ({ {['tailwind', 'inline-styles'].map((variant) => ( diff --git a/apps/web/src/components/component-view.tsx b/apps/web/src/components/component-view.tsx index d574cce4e0..06b7090345 100644 --- a/apps/web/src/components/component-view.tsx +++ b/apps/web/src/components/component-view.tsx @@ -82,7 +82,7 @@ export const ComponentView: React.FC = ({ className, )} > -

+

{component.title}

@@ -111,15 +111,15 @@ export const ComponentView: React.FC = ({ -
+
-
+
-
+
diff --git a/apps/web/src/components/components-view.tsx b/apps/web/src/components/components-view.tsx index 2e282de041..0c408d179a 100644 --- a/apps/web/src/components/components-view.tsx +++ b/apps/web/src/components/components-view.tsx @@ -12,7 +12,7 @@ export const ComponentsView: React.FC = ({ <> {components.map((component, index) => ( diff --git a/apps/web/src/components/menu.tsx b/apps/web/src/components/menu.tsx index d383b4d149..43db432c14 100644 --- a/apps/web/src/components/menu.tsx +++ b/apps/web/src/components/menu.tsx @@ -25,7 +25,7 @@ const MenuItem: React.FC> = ({
  • {
  • diff --git a/apps/web/src/components/tooltip-content.tsx b/apps/web/src/components/tooltip-content.tsx index e4d50c186e..4c521b3d00 100644 --- a/apps/web/src/components/tooltip-content.tsx +++ b/apps/web/src/components/tooltip-content.tsx @@ -18,7 +18,7 @@ export const TooltipContent = React.forwardRef< diff --git a/apps/web/src/illustrations/articles.tsx b/apps/web/src/illustrations/articles.tsx index 7e38355dbd..a85eb9493e 100644 --- a/apps/web/src/illustrations/articles.tsx +++ b/apps/web/src/illustrations/articles.tsx @@ -1,5 +1,5 @@ const IllustrationArticles: React.FC = () => ( -
    +
    diff --git a/apps/web/src/illustrations/buttons.tsx b/apps/web/src/illustrations/buttons.tsx index a1aa8a8620..bc67851417 100644 --- a/apps/web/src/illustrations/buttons.tsx +++ b/apps/web/src/illustrations/buttons.tsx @@ -4,7 +4,7 @@ const IllustrationButtons: React.FC = () => (
    diff --git a/apps/web/src/illustrations/features.tsx b/apps/web/src/illustrations/features.tsx index de5363ddb1..aae3d8063c 100644 --- a/apps/web/src/illustrations/features.tsx +++ b/apps/web/src/illustrations/features.tsx @@ -1,8 +1,8 @@ const IllustrationFeatures: React.FC = () => ( <> -
    -
    -
    +
    +
    +
    diff --git a/apps/web/src/illustrations/footers.tsx b/apps/web/src/illustrations/footers.tsx index af5a7a740d..8e91b05c9a 100644 --- a/apps/web/src/illustrations/footers.tsx +++ b/apps/web/src/illustrations/footers.tsx @@ -1,5 +1,5 @@ const IllustrationFooters: React.FC = () => ( -
    +
    diff --git a/apps/web/src/illustrations/grid.tsx b/apps/web/src/illustrations/grid.tsx index 5d530759f5..6efab6b4c7 100644 --- a/apps/web/src/illustrations/grid.tsx +++ b/apps/web/src/illustrations/grid.tsx @@ -3,11 +3,11 @@ import { MoveDownRightIcon } from 'lucide-react'; const IllustrationGrid: React.FC = () => (
    -
    -
    -
    +
    +
    +
    diff --git a/apps/web/src/illustrations/headers.tsx b/apps/web/src/illustrations/headers.tsx index c12efb23ee..e28fc94a55 100644 --- a/apps/web/src/illustrations/headers.tsx +++ b/apps/web/src/illustrations/headers.tsx @@ -1,12 +1,12 @@ const IllustrationHeaders: React.FC = () => ( -
    +
    -
    +
    -
    -
    -
    -
    +
    +
    +
    +
    ); diff --git a/apps/web/src/illustrations/heading.tsx b/apps/web/src/illustrations/heading.tsx index 3e3bbca8e7..578b1be0bb 100644 --- a/apps/web/src/illustrations/heading.tsx +++ b/apps/web/src/illustrations/heading.tsx @@ -1,5 +1,5 @@ const IllustrationHeading: React.FC = () => ( -
    +
    diff --git a/apps/web/src/illustrations/markdown.tsx b/apps/web/src/illustrations/markdown.tsx index 7d4095f6d8..488638787c 100644 --- a/apps/web/src/illustrations/markdown.tsx +++ b/apps/web/src/illustrations/markdown.tsx @@ -1,6 +1,6 @@ const IllustrationMarkdown: React.FC = () => (
    -
    +
    diff --git a/apps/web/src/illustrations/marketing.tsx b/apps/web/src/illustrations/marketing.tsx index d0b5d9680b..28dec98797 100644 --- a/apps/web/src/illustrations/marketing.tsx +++ b/apps/web/src/illustrations/marketing.tsx @@ -1,7 +1,7 @@ import { CircleDollarSign } from 'lucide-react'; const IllustrationMarketing: React.FC = () => ( -
    +
    diff --git a/apps/web/src/illustrations/section.tsx b/apps/web/src/illustrations/section.tsx index c54eafa5c3..7e58f711bb 100644 --- a/apps/web/src/illustrations/section.tsx +++ b/apps/web/src/illustrations/section.tsx @@ -1,5 +1,5 @@ const IllustrationSection: React.FC = () => ( -
    +
    ); export default IllustrationSection; diff --git a/apps/web/src/illustrations/text.tsx b/apps/web/src/illustrations/text.tsx index e07daf46e7..180e79996d 100644 --- a/apps/web/src/illustrations/text.tsx +++ b/apps/web/src/illustrations/text.tsx @@ -1,5 +1,5 @@ const IllustrationText: React.FC = () => ( -
    +