Merge branch 'develop-genderDataSeparation' into 'develop'

develop-genderDataSeparation

See merge request witapp/aura-webapp!136
This commit is contained in:
Daniil Chemerkin 2024-05-14 20:44:53 +00:00
commit 6772f10b93

View File

@ -33,14 +33,14 @@ export const genders: Gender[] = [
{
id: "male",
name: "Male",
img: "/male-gender.png",
colorAssociation: "#C1E5FF",
img: "/male.webp",
colorAssociation: "#454895",
},
{
id: "female",
name: "Female",
img: "/female-gender.png",
colorAssociation: "#F7EBFF",
img: "/female.webp",
colorAssociation: ["#642b73", "#c6426e"],
},
];