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

@@ -19,7 +19,7 @@ const ContainerSmall = styled.div`
margin-right: 10px;
`;
export default function ErrorInfo({ message, icon = 'img red-error', isSmall = false }) {
export default function ErrorInfo({ message, icon = 'img error', isSmall = false }) {
if (isSmall) {
return (
<ContainerSmall>