develop-genderDataSeparation
This commit is contained in:
parent
3d1a56def7
commit
e1fdd45ecd
@ -33,14 +33,14 @@ export const genders: Gender[] = [
|
|||||||
{
|
{
|
||||||
id: "male",
|
id: "male",
|
||||||
name: "Male",
|
name: "Male",
|
||||||
img: "/male-gender.png",
|
img: "/male.webp",
|
||||||
colorAssociation: "#C1E5FF",
|
colorAssociation: "#454895",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "female",
|
id: "female",
|
||||||
name: "Female",
|
name: "Female",
|
||||||
img: "/female-gender.png",
|
img: "/female.webp",
|
||||||
colorAssociation: "#F7EBFF",
|
colorAssociation: ["#642b73", "#c6426e"],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user