fix(exit-image): add "/" for the root
This commit is contained in:
parent
ae67d3fe26
commit
be5022d771
|
@ -26,7 +26,7 @@ const ExitPanel = () => {
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="images/exit-validator.png"
|
src="/images/exit-validator.png"
|
||||||
alt="exit validator"
|
alt="exit validator"
|
||||||
style={{ width: '300px' }}
|
style={{ width: '300px' }}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue