mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 18:56:00 +00:00
fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user