diff --git a/components/CowSlider.tsx b/components/CowSlider.tsx
index cd0f54c3b..fb91e82e2 100644
--- a/components/CowSlider.tsx
+++ b/components/CowSlider.tsx
@@ -256,8 +256,8 @@ export default function CowSlider() {
}
- {activeBatchData.map(({ description }) =>
- {description}
+ {activeBatchData.map(({ description }, index) =>
+ {description}
)
}
diff --git a/components/SocialList.tsx b/components/SocialList.tsx
index 0d13ebd41..e79468f15 100644
--- a/components/SocialList.tsx
+++ b/components/SocialList.tsx
@@ -70,7 +70,7 @@ export default function SocialList({ social, labels = true, iconSize, gap, inner
{Object.keys(social).map((item, i) =>
-
+
{labels && {social[item].label}}
diff --git a/pages/index.tsx b/pages/index.tsx
index 5c59e2f89..d011ef464 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -45,7 +45,7 @@ export default function Home({ metricsData, siteConfigData }) {
{/* 2nd section */}
-

+
A fast growing protocol
Getting you better prices, zero revert rates,
MEV protection and gas costs savings. View analytics
@@ -62,7 +62,7 @@ export default function Home({ metricsData, siteConfigData }) {
{/* 3rd section */}
@@ -168,7 +168,7 @@ export default function Home({ metricsData, siteConfigData }) {