diff --git a/src/pages/api.js b/src/pages/api.js
index 34b768d8c1..b237fa2da5 100644
--- a/src/pages/api.js
+++ b/src/pages/api.js
@@ -11,7 +11,7 @@ export default function Api() {
title={`Hello from ${siteConfig.title}`}
description="Official Documentation for Core DAO/>">
- return ;
+ return ;
);
diff --git a/src/pages/index.js b/src/pages/index.js
index a10564bc6d..842494e235 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -11,7 +11,7 @@ export default function Home() {
title={`Hello from ${siteConfig.title}`}
description="Official Documentation for Core DAO/>">
- return ;
+ return ;
);