Skip to content

Commit

Permalink
Merge pull request #3040 from cardano-foundation/fix/MET-1992-fix-not…
Browse files Browse the repository at this point in the history
…ice-button-sanchonet

fix: MET-1992 update position notice
  • Loading branch information
Sotatek-TaiTruong authored Feb 21, 2024
2 parents 4a2f496 + c89b5a1 commit ae890a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/commons/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const CustomLayout: React.FC<Props> = ({ children }) => {
</Drawer>
<MainContainer id="main">
<Main ref={mainRef} component="main" open={sidebar ? 1 : 0}>
<Header />
{NETWORK === NETWORKS.sanchonet && (
<Box
alignItems={"center"}
Expand All @@ -90,6 +89,7 @@ const CustomLayout: React.FC<Props> = ({ children }) => {
</Box>
</Box>
)}
<Header />
{children}
{matchesBreakpoint && <Footer />}
</Main>
Expand Down

0 comments on commit ae890a2

Please sign in to comment.