This commit is contained in:
Jan Prochazka
2020-11-19 12:48:21 +01:00
parent 9a2520a10a
commit 4a7d45e4d0
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ export default function ErrorMessageModal({ modalState, title = 'Error', message
<ModalContent>
<Wrapper>
<IconWrapper>
<FontIcon icon="img red-error" />
<FontIcon icon="img error" />
</IconWrapper>
{message}
</Wrapper>