mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 20:06:33 +00:00
fix: remove commented code
This commit is contained in:
parent
c78570038d
commit
c0dc49289f
@ -22,9 +22,7 @@ function LayoutRight({ rightImageSrc }: { rightImageSrc?: string }) {
|
|||||||
return (
|
return (
|
||||||
<section className="layout-right">
|
<section className="layout-right">
|
||||||
<div className="image-container">
|
<div className="image-container">
|
||||||
<img src={rightImageSrc} alt="" />
|
<img src={rightImageSrc} alt="background" />
|
||||||
{/* <img src="src/assets/bg-img/day-night-bg.png" alt="" /> */}
|
|
||||||
{/* <img src="src/assets/bg-img/key-lock-bg.png" alt="" /> */}
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user