diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index 21ed09174c6..e0cffa3d5fd 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -318,7 +318,7 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
isSecondary
onClick={() => scrollIntoView("__next")}
>
- Go to top
+
diff --git a/src/layouts/Docs.tsx b/src/layouts/Docs.tsx
index 88d8609556e..fcb43aadafd 100644
--- a/src/layouts/Docs.tsx
+++ b/src/layouts/Docs.tsx
@@ -67,7 +67,7 @@ const H4 = (props: HTMLAttributes) => (
const BackToTop = (props: ChildOnlyProp) => (
- ↑
+ ↑
)