mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 18:36:50 +00:00
fix: remove commented old code
This commit is contained in:
parent
16efe2d895
commit
66baf24d8c
@ -8,7 +8,6 @@ import './overviewLayout.css'
|
|||||||
|
|
||||||
const Overview = () => {
|
const Overview = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
|
||||||
<OverviewWrapper
|
<OverviewWrapper
|
||||||
imgHeight="250%"
|
imgHeight="250%"
|
||||||
rightImageSrc="./background-images/sync-status-background.png"
|
rightImageSrc="./background-images/sync-status-background.png"
|
||||||
@ -46,16 +45,6 @@ const Overview = () => {
|
|||||||
</XStack>
|
</XStack>
|
||||||
</YStack>
|
</YStack>
|
||||||
</OverviewWrapper>
|
</OverviewWrapper>
|
||||||
{/* <section className="layout-right">
|
|
||||||
<div className="image-container">
|
|
||||||
<img
|
|
||||||
src="./background-images/sync-status-background.png"
|
|
||||||
alt="background"
|
|
||||||
className="background-img"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</section> */}
|
|
||||||
</>
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user