From e1fdd45ecde8df35fc772e65c8480607415167be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=9A=D0=B0=D1=82=D0=B0?= =?UTF-8?q?=D0=B5=D0=B2?= Date: Tue, 14 May 2024 20:44:53 +0000 Subject: [PATCH] develop-genderDataSeparation --- src/data.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data.tsx b/src/data.tsx index cf69b61..fc34be5 100755 --- a/src/data.tsx +++ b/src/data.tsx @@ -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"], }, ];