We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87dcaa6 commit 79ce258Copy full SHA for 79ce258
frontend/src/components/CareersBlock/Accordion/AccordionItem.tsx
@@ -78,7 +78,7 @@ const AccordionItem = (props: Props) => {
78
!expanded && "lg:pb-[28px]",
79
expanded && "pb-[22px]"
80
)}>
81
- <div className="-tracking-0.04 flex max-w-[450px] flex-col text-left text-2xl font-bold capitalize leading-[38px] text-primary-blue-main lg:max-w-none">
+ <div className="-tracking-0.04 flex max-w-[450px] flex-col text-left text-2xl font-bold leading-[38px]text-primary-blue-main lg:max-w-none">
82
{item?.title}
83
<span className="text-xl font-normal text-white">
84
{languages(locale)?.location}: {item?.location}
0 commit comments