From 6b95d14838bbc9423ea2d6c1f400f9a12efc898d Mon Sep 17 00:00:00 2001 From: dobri1408 <50819975+dobri1408@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:02:13 +0300 Subject: [PATCH] fix: Update SubFooter.jsx to improve table layout - refs #265857 --- src/ui/Footer/FooterSitesButton.jsx | 2 +- src/ui/Footer/SubFooter.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/Footer/FooterSitesButton.jsx b/src/ui/Footer/FooterSitesButton.jsx index cae5ca52c..6a514f41a 100644 --- a/src/ui/Footer/FooterSitesButton.jsx +++ b/src/ui/Footer/FooterSitesButton.jsx @@ -15,7 +15,7 @@ const SitesButton = (props) => { className="theme-sites-button" onClick={() => { if (__CLIENT__ && window) { - window.location.replace( + window.location.assign( isInternalURL(props.hrefButton) ? flattenToAppURL(props.hrefButton) : props.hrefButton, diff --git a/src/ui/Footer/SubFooter.jsx b/src/ui/Footer/SubFooter.jsx index 237583926..ad23078ec 100644 --- a/src/ui/Footer/SubFooter.jsx +++ b/src/ui/Footer/SubFooter.jsx @@ -34,7 +34,7 @@ const SubFooter = (props) => { ))} - +