add Lokalize info

This commit is contained in:
Michael Schramm 2021-02-14 11:02:55 +01:00
parent efb0b75bc5
commit bf0febfaaa

View File

@ -112,6 +112,18 @@ const AuthFooterInner: React.FC<Props> = (props) => {
>
OhMyForm
</Button>
<Button
type={'link'}
target={'_blank'}
rel={'noreferrer'}
ghost
href={'https://lokalise.com/'}
style={{
color: '#FFF',
}}
>
translated with Lokalize
</Button>
</footer>
)
}