mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 02:24:13 +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 = () => {
|
||||
return (
|
||||
<>
|
||||
<OverviewWrapper
|
||||
imgHeight="250%"
|
||||
rightImageSrc="./background-images/sync-status-background.png"
|
||||
@ -46,16 +45,6 @@ const Overview = () => {
|
||||
</XStack>
|
||||
</YStack>
|
||||
</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