mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 10:03:36 +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 (
|
||||
<section className="layout-right">
|
||||
<div className="image-container">
|
||||
<img src={rightImageSrc} alt="" />
|
||||
{/* <img src="src/assets/bg-img/day-night-bg.png" alt="" /> */}
|
||||
{/* <img src="src/assets/bg-img/key-lock-bg.png" alt="" /> */}
|
||||
<img src={rightImageSrc} alt="background" />
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user