From 784e8adc3e2c4aa919bee4793a79cb3b5580d1e1 Mon Sep 17 00:00:00 2001 From: smithrashell Date: Wed, 14 May 2025 05:12:10 -0400 Subject: [PATCH 1/3] Fix go to top [Fixes #15412] --- src/components/Footer.tsx | 2 +- src/layouts/BaseLayout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 27de15dea0b..7e803d4e51d 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -320,7 +320,7 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => { diff --git a/src/layouts/BaseLayout.tsx b/src/layouts/BaseLayout.tsx index 59d9d55208a..ece404c579f 100644 --- a/src/layouts/BaseLayout.tsx +++ b/src/layouts/BaseLayout.tsx @@ -51,7 +51,7 @@ export const BaseLayout = ({ * layout on initial load. */} -
+