diff --git a/src/components/Layout/Header/index.tsx b/src/components/Layout/Header/index.tsx index 32705f520d..9d8edbc036 100644 --- a/src/components/Layout/Header/index.tsx +++ b/src/components/Layout/Header/index.tsx @@ -116,12 +116,8 @@ export function TitleText({children}: {children: React.ReactNode}) { const {gtMobile} = useBreakpoints() return ( + style={[a.text_lg, a.font_heavy, a.leading_snug, gtMobile && [a.text_xl]]} + numberOfLines={1}> {children} )