fix: remove commented old code

This commit is contained in:
RadoslavDimchev 2024-01-18 18:26:41 +02:00
parent 16efe2d895
commit 66baf24d8c

View File

@ -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> */}
</>
)
}