fix: rating question and updated attribute labels on person page (#2657)

Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
Dhruwang Jariwala
2024-05-20 20:32:28 +05:30
committed by GitHub
parent eee78a79d9
commit 4858bdd838
@@ -208,8 +208,8 @@ export const RatingQuestion = ({
))}
</div>
<div className="text-subheading mt-4 flex justify-between px-1.5 text-xs leading-6">
<p className="w-1/2 text-left">{getLocalizedValue(question.lowerLabel, "default")}</p>
<p className="w-1/2 text-right">{getLocalizedValue(question.upperLabel, "default")}</p>
<p className="w-1/2 text-left">{getLocalizedValue(question.lowerLabel, languageCode)}</p>
<p className="w-1/2 text-right">{getLocalizedValue(question.upperLabel, languageCode)}</p>
</div>
</fieldset>
</div>