Updated the Imprint.jsx

This commit is contained in:
Mathias Wagner 2023-07-09 02:13:28 +02:00
parent 01dfb3088b
commit 89ed42e115
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -22,7 +22,7 @@ export const Imprint = () => {
target="_blank" href="mailto:leon@licenseapi.de">leon@licenseapi.de</Link></Typography>
</Stack>
{!isMobile && <img src={ImprintImage} alt="Integrate" height={400}/>}
{!isMobile && <img src={ImprintImage} alt="Imprint" height={400}/>}
</Stack>
)
}