{primaryLinks.map((link, index) => (
- -
-
+
-
+
))}
@@ -57,8 +57,8 @@ export default function Footer(props) {
{socialLinks.length > 0 && (
{socialLinks.map((link, index) => (
- -
-
+
-
+
))}
@@ -74,8 +74,8 @@ export default function Footer(props) {
{legalLinks.length > 0 && (
{legalLinks.map((link, index) => (
- -
-
+
-
+
))}
diff --git a/src/components/FormBlock/index.tsx b/src/components/FormBlock/index.tsx
index 563b159d..00651747 100644
--- a/src/components/FormBlock/index.tsx
+++ b/src/components/FormBlock/index.tsx
@@ -84,7 +84,7 @@ export default class FormBlock extends React.Component
{
if (!FormControl) {
throw new Error(`no component matching the form field type: ${fieldType}`);
}
- return ;
+ return ;
})}
diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx
index 31c45920..f324ea16 100644
--- a/src/components/Header/index.tsx
+++ b/src/components/Header/index.tsx
@@ -217,8 +217,8 @@ function listOfLinks(links, inMobileMenu = false) {
const defaultStyle = link.type === 'Link' ? 'link' : 'secondary';
const style = link.style || defaultStyle;
return (
-
-
+
+
);
});
diff --git a/src/components/HeroSection/index.tsx b/src/components/HeroSection/index.tsx
index 5d96e3f0..755bbf4d 100644
--- a/src/components/HeroSection/index.tsx
+++ b/src/components/HeroSection/index.tsx
@@ -141,7 +141,7 @@ function heroActions(props) {
data-sb-field-path=".actions"
>
{actions.map((action, index) => (
-
+
))}
);
diff --git a/src/components/ItemBlock/index.tsx b/src/components/ItemBlock/index.tsx
index 0fc6dca2..fc061da9 100644
--- a/src/components/ItemBlock/index.tsx
+++ b/src/components/ItemBlock/index.tsx
@@ -8,7 +8,7 @@ import { ImageBlock } from '..';
export default function ItemBlock(props) {
const cssId = props.elementId || null;
return (
-