-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(logo): met à jour le logo de l'application partout #196
Conversation
Closes #178 |
front/components/HeaderApp.tsx
Outdated
<Text style={styles.appLogo}>{Labels.appName}</Text> | ||
<View style={styles.underline}></View> | ||
<View style={styles.appLogo}> | ||
<AppLogo height={70} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pour la hauteur, appeler une des constantes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ici, compliqué d'utiliser une des constantes de Sizes
dont aucune valeur ne correspond au chiffre que je veux
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Du coup, pourquoi pas en créer une spécifique au logo x)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je peux faire ça !
abaf1ba
to
5c78375
Compare
5c78375
to
3bb7776
Compare
# [1.22.0](v1.21.0...v1.22.0) (2021-05-07) ### Features * **logo:** met à jour le logo de l'application partout ([#196](#196)) ([a30dc2d](a30dc2d))
🎉 This PR is included in version 1.22.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.