Skip to content

Commit

Permalink
Fix hyphenation in Word component
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-orekhov committed Apr 23, 2024
1 parent ab2bc5d commit 93b484f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Word/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const Word: React.FC<IWordProps> = async ({
return (
<section className="bg-main-yellow border-4 border-main-black rounded-lg p-6">
<section className="flex flex-col justify-between items-start gap-4 mdx-content">
<h1 className="outfit text-2xl md:text-5xl lg:text-6xl">
<h1 className="outfit text-2xl md:text-5xl lg:text-6xl hyphens-auto">
<Link
href={
language
Expand Down

0 comments on commit 93b484f

Please sign in to comment.