Skip to content

Commit

Permalink
fix: Update SubFooter.jsx to improve table layout - refs #265857
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 authored Aug 27, 2024
1 parent ea12ed5 commit 6b95d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/Footer/FooterSitesButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/ui/Footer/SubFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const SubFooter = (props) => {
</Grid.Column>
))}

<Grid.Column mobile={12} tablet={6} computer={4}>
<Grid.Column mobile={12} tablet={12} computer={4}>
<div className="item">
<Footer.Contact contacts={props.contacts} />
</div>
Expand Down

0 comments on commit 6b95d14

Please sign in to comment.