Merge pull request #337 from opencloud-eu/fix-idp-build

fix(idp): add empty alt tag on decorative img
This commit is contained in:
Michael Barz
2025-03-10 16:46:38 +01:00
committed by GitHub

View File

@@ -61,6 +61,7 @@ const App = ({ bgImg }): ReactElement => {
<img
src={`${process.env.PUBLIC_URL}/static/icon-lilac.svg`}
className={'oc-login-bg-icon'}
alt=''
/>
}
</div>