fix(exit-image): add "/" for the root

This commit is contained in:
RadoslavDimchev 2024-03-27 07:46:17 +02:00 committed by Radoslav Dimchev
parent ae67d3fe26
commit be5022d771
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const ExitPanel = () => {
}}
>
<img
src="images/exit-validator.png"
src="/images/exit-validator.png"
alt="exit validator"
style={{ width: '300px' }}
/>