Skip to content

Commit 79ce258

Browse files
committed
chore: no auto capitalize
1 parent 87dcaa6 commit 79ce258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/CareersBlock/Accordion/AccordionItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const AccordionItem = (props: Props) => {
7878
!expanded && "lg:pb-[28px]",
7979
expanded && "pb-[22px]"
8080
)}>
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">
81+
<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">
8282
{item?.title}
8383
<span className="text-xl font-normal text-white">
8484
{languages(locale)?.location}: {item?.location}

0 commit comments

Comments
 (0)