develop-genderDataSeparation

This commit is contained in:
Денис Катаев 2024-05-14 20:44:53 +00:00 committed by Daniil Chemerkin
parent 3d1a56def7
commit e1fdd45ecd

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"],
},
];