setLookingRelationship(c)}*/}
- {/* />*/}
- {/**/}
-
-
-
+ {/**/}
{/**/}
{/* A real or stylized photo of you is required.*/}
@@ -849,3 +875,7 @@ const CitySearchBox = (props: {
)
}
+function Category({title, className}: { title: string, className?: string }) {
+ return
{title}
;
+}
+
diff --git a/web/messages/de.json b/web/messages/de.json
index 9761747..d00f03c 100644
--- a/web/messages/de.json
+++ b/web/messages/de.json
@@ -607,6 +607,15 @@
"profile.optional.mbti": "MBTI-Persönlichkeitstyp",
"profile.optional.num_kids": "Aktuelle Anzahl von Kindern",
"profile.optional.photos": "Fotos",
+ "profile.optional.category.personal_info": "Persönliche Informationen",
+ "profile.optional.category.interested_in": "Wen ich suche",
+ "profile.optional.category.relationships": "Beziehungen",
+ "profile.optional.category.family": "Familie",
+ "profile.optional.category.morality": "Moral",
+ "profile.optional.category.psychology": "Psychologie",
+ "profile.optional.category.work": "Beruf",
+ "profile.optional.category.education": "Bildung",
+ "profile.optional.category.substances": "Substanzen",
"profile.optional.political_beliefs": "Politische Ansichten",
"profile.optional.relationship_status": "Beziehungsstatus",
"profile.optional.relationship_style": "Beziehungsstil",
diff --git a/web/messages/fr.json b/web/messages/fr.json
index 8ec3c3c..be70998 100644
--- a/web/messages/fr.json
+++ b/web/messages/fr.json
@@ -607,6 +607,15 @@
"profile.optional.mbti": "Type de personnalité MBTI",
"profile.optional.num_kids": "Nombre actuel d'enfants",
"profile.optional.photos": "Photos",
+ "profile.optional.category.personal_info": "Infos personnelles",
+ "profile.optional.category.interested_in": "Ce que je recherche",
+ "profile.optional.category.relationships": "Relations",
+ "profile.optional.category.family": "Famille",
+ "profile.optional.category.morality": "Moralité",
+ "profile.optional.category.psychology": "Psychologie",
+ "profile.optional.category.work": "Travail",
+ "profile.optional.category.education": "Éducation",
+ "profile.optional.category.substances": "Substances",
"profile.optional.political_beliefs": "Opinions politiques",
"profile.optional.relationship_status": "Situation amoureuse",
"profile.optional.relationship_style": "Style de relation",
@@ -644,7 +653,7 @@
"profile.race.south_asian": "Asiatique du Sud/Sud-Est",
"profile.relationship.collaboration": "Collaboration",
"profile.relationship.friendship": "Amitié",
- "profile.relationship.relationship": "Relation",
+ "profile.relationship.relationship": "Relation amoureuse",
"profile.relationship_status.casual": "En relation informelle",
"profile.relationship_status.long_term": "En relation à long terme",
"profile.relationship_status.married": "Marié·e",
diff --git a/web/pages/signup.tsx b/web/pages/signup.tsx
index 8e39586..3df4548 100644
--- a/web/pages/signup.tsx
+++ b/web/pages/signup.tsx
@@ -153,4 +153,4 @@ export default function SignupPage() {
)
}
export const colClassName = 'items-start gap-2'
-export const labelClassName = 'font-semibold text-lg'
+export const labelClassName = 'font-semibold text-md'