diff --git a/src/components/Homepage/DeveloperResources/index.tsx b/src/components/Homepage/DeveloperResources/index.tsx index 8c5936c7f..b32d8b312 100644 --- a/src/components/Homepage/DeveloperResources/index.tsx +++ b/src/components/Homepage/DeveloperResources/index.tsx @@ -69,7 +69,7 @@ function DeveloperResourcesFeature({title, description, link}) { return (
- {title} + {title}

{description}

@@ -80,7 +80,7 @@ function DeveloperResourcesFeature({title, description, link}) { function DocsContribution() { return ( <> - + Contribute to the docs and leave feedback @@ -129,21 +129,19 @@ export default function DeveloperResources() { return (
-
- {partitionedBoxes.map((twoBoxes) => ( -
- {twoBoxes.map((props, idx) => ( - - ))} -
+ {partitionedBoxes.map((twoBoxes) => ( +
+ {twoBoxes.map((props, idx) => ( + ))} -
-
-
- -
-
+
+ ))} +
+
+
+
+
) diff --git a/src/components/Homepage/NavigatingTheDocs/index.tsx b/src/components/Homepage/NavigatingTheDocs/index.tsx index 038828800..6d33cdbeb 100644 --- a/src/components/Homepage/NavigatingTheDocs/index.tsx +++ b/src/components/Homepage/NavigatingTheDocs/index.tsx @@ -135,7 +135,7 @@ function NavigatingDocsFeature({title, description, link}) { return (
- {title} + {title}

{description}

@@ -148,15 +148,13 @@ export default function NavigatingTheDocs() { return (
-
- {partitionedBoxes.map((twoBoxes) => ( -
- {twoBoxes.map((props, idx) => ( - - ))} -
+ {partitionedBoxes.map((twoBoxes) => ( +
+ {twoBoxes.map((props, idx) => ( + ))} -
+
+ ))}
) } diff --git a/src/components/Homepage/WayfindingBoxes/index.tsx b/src/components/Homepage/WayfindingBoxes/index.tsx index 83649ce62..4a25f1de3 100644 --- a/src/components/Homepage/WayfindingBoxes/index.tsx +++ b/src/components/Homepage/WayfindingBoxes/index.tsx @@ -118,14 +118,12 @@ const WayfindingWays: WayfindingItem[] = [ function WayfindingFeature({image, title, description, link}) { return (
-
-
- -
- {title} -

{description}

-

+
+
+ {title} +

{description}

+

); } @@ -133,12 +131,10 @@ function WayfindingFeature({image, title, description, link}) { export default function WayfindingBoxes() { return (
-
-
- {WayfindingWays.map((props, idx) => ( - - ))} -
+
+ {WayfindingWays.map((props, idx) => ( + + ))}
);