mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
fix font medium typo
This commit is contained in:
@@ -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>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user