Skip to content

Commit

Permalink
Merge pull request #13595 from artsy/dzucconi/fix/hyphenate-show-title
Browse files Browse the repository at this point in the history
  • Loading branch information
dzucconi committed Mar 12, 2024
2 parents f3d21dc + 3c698dd commit 33d0548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Apps/Show/Components/ShowHeader.tsx
Expand Up @@ -22,7 +22,7 @@ export const ShowHeader: React.FC<ShowHeaderProps> = ({ show, ...rest }) => {
<Text variant="xs">Show</Text>

<Box>
<Text as="h1" variant="xl">
<Text as="h1" variant="xl" hyphenate>
{name}
</Text>

Expand Down

0 comments on commit 33d0548

Please sign in to comment.