Updated the Error.jsx state

This commit is contained in:
Mathias Wagner 2023-08-02 14:53:09 +02:00
parent d1eb089bf3
commit 478a1a99b9
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -22,7 +22,7 @@ export const Error = () => {
</Box> </Box>
</Stack> </Stack>
{!isMobile && <img src={ServerDown} alt="Imprint" height={350}/>} {!isMobile && <img src={ServerDown} alt="Server down" height={350}/>}
</Stack> </Stack>
) )
} }