fix font medium typo

This commit is contained in:
Kalidou Diagne
2024-03-29 13:57:38 +00:00
parent 2091f4aa7b
commit 4f628aa338

View File

@@ -463,7 +463,7 @@ export const ProgramPageContent = ({ lang }: any) => {
({ question, answer }, index) => {
return {
label: (
<span className="font-mediu text-left font-sans text-base text-black">
<span className="text-left font-sans text-base font-medium text-black">
{question}
</span>
),