Front: serve Google logo ourselves

This commit is contained in:
Arthur Jamet
2023-12-19 11:57:36 +01:00
committed by Clément Le Bihan
parent e90c7f05a8
commit ce4baa61dc
2 changed files with 1 additions and 1 deletions

BIN
front/assets/google.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -145,7 +145,7 @@ const ScaffoldAuth: FunctionComponent<ScaffoldAuthProps> = ({
<ButtonBase
style={{ width: '100%' }}
type="outlined"
iconImage="https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Google_%22G%22_Logo.svg/2008px-Google_%22G%22_Logo.svg.png"
iconImage={require('../../assets/google.png')}
title={translate('continuewithgoogle')}
onPress={() => Linking.openURL(`${API.baseUrl}/auth/login/google`)}
/>