Cally, not kaly privacy policy

This commit is contained in:
Matt
2024-10-13 17:44:51 +02:00
parent 55adf88e6a
commit a8717a9a42

View File

@ -34,7 +34,7 @@ const SettingsPage = () => {
<Button <Button
backgroundColor="white" backgroundColor="white"
style={styles.mainBtn} style={styles.mainBtn}
label="Manage my profile" label="Manage My Profile"
color="#07b8c7" color="#07b8c7"
iconSource={() => ( iconSource={() => (
<ProfileIcon style={{marginRight: 10}} color="#07b9c8" /> <ProfileIcon style={{marginRight: 10}} color="#07b9c8" />
@ -44,7 +44,7 @@ const SettingsPage = () => {
<Button <Button
backgroundColor="white" backgroundColor="white"
style={styles.mainBtn} style={styles.mainBtn}
label="Calendar settings" label="Calendar Settings"
color="#fd1775" color="#fd1775"
iconSource={() => ( iconSource={() => (
<CalendarIcon style={{marginRight: 10}}/> <CalendarIcon style={{marginRight: 10}}/>
@ -56,7 +56,7 @@ const SettingsPage = () => {
<Button <Button
backgroundColor="white" backgroundColor="white"
style={styles.mainBtn} style={styles.mainBtn}
label="To Do reward settings" label="To-Do Reward Settings"
color="#ff9900" color="#ff9900"
iconSource={() => ( iconSource={() => (
<Octicons <Octicons