Skip to content

Commit

Permalink
ui(settings): Mise à jour des étiquettes et descriptions pour les fon…
Browse files Browse the repository at this point in the history
…ctionnalités magiques
  • Loading branch information
ecnivtwelve committed Nov 21, 2024
1 parent e8da7e1 commit cd09f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/views/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ const Settings: Screen<"Settings"> = ({ route, navigation }) => {
{
icon: <WandSparkles />,
color: "#58A3C3",
label: "Papillon Magic",
description: "Beta",
label: "Papillon Magic (Bêta)",
description: "Fonctionnalités intelligentes",
onPress: () => navigation.navigate("SettingsMagic"),
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/views/settings/SettingsMagic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const SettingsMagic: Screen<"SettingsMagic"> = ({ navigation }) => {
leading={
<NativeIconGradient
icon={<ArrowUpNarrowWide />}
colors={["#6FE3CD", "#04ACDC"]}
colors={["#04ACDC", "#6FE3CD"]}
/>
}
>
Expand Down

0 comments on commit cd09f54

Please sign in to comment.