diff --git a/web/components/profile-grid.tsx b/web/components/profile-grid.tsx index 8b40dfc..87d6a22 100644 --- a/web/components/profile-grid.tsx +++ b/web/components/profile-grid.tsx @@ -145,7 +145,7 @@ function ProfilePreview(props: { {/*)}*/} + className="absolute top-2 right-2 items-start justify-end px-2 pb-3 z-10"> {/* {currentUser ? (*/} {/* { - const { compatibility, className } = props + const {compatibility, className} = props + const t = useT() return ( - - - {formatPercent(compatibility.score ?? 0)}{' '} - + + + + {formatPercent(compatibility.score ?? 0)}{' '} + + ) } diff --git a/web/messages/de.json b/web/messages/de.json index 53f379e..4f0603a 100644 --- a/web/messages/de.json +++ b/web/messages/de.json @@ -147,6 +147,7 @@ "compatibility.tabs.skipped": "Übersprungen", "compatibility.tabs.to_answer": "Zu beantworten", "compatibility.title": "Ihre Kompatibilitätsfragen", + "compatibility.tooltip": "Kompatibilitätswert zwischen Ihnen beiden", "contact.editor.placeholder": "Kontaktieren Sie uns hier...", "contact.form_link": "Feedback-Formular", "contact.intro_middle": " oder über unsere ", diff --git a/web/messages/fr.json b/web/messages/fr.json index a940927..6fe1d8d 100644 --- a/web/messages/fr.json +++ b/web/messages/fr.json @@ -147,6 +147,7 @@ "compatibility.tabs.skipped": "Ignorés", "compatibility.tabs.to_answer": "À répondre", "compatibility.title": "Vos questions de compatibilité", + "compatibility.tooltip": "Compatibilité entre vous deux", "contact.editor.placeholder": "Contactez-nous ici...", "contact.form_link": "formulaire de retour", "contact.intro_middle": " ou via nos ",