diff --git a/docs/src/components/feature-box.tsx b/docs/src/components/feature-box.tsx index 39683b04..f7cefccb 100644 --- a/docs/src/components/feature-box.tsx +++ b/docs/src/components/feature-box.tsx @@ -10,32 +10,18 @@ export default function FeatureBox({ imgLeft?: boolean; }) { return ( -
- {imgLeft ? ( - <> - Feature Image -
-

{title}

-

{description}

-
- - ) : ( - <> -
-

{title}

-

{description}

-
- Feature Image - - )} +
+
+

{title}

+

{description}

+
+ Feature Image
); } diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index 87dec121..6e26454c 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -61,7 +61,7 @@ const Home: React.FC = () => {
-

Features

+

Features