Skip to content

Commit

Permalink
🐛 words is broken with japanese and dark-mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-t committed Jan 25, 2021
1 parent 94f6b84 commit 2fab7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Hero(): JSX.Element {
</p>
<p className={`hero-text uppercase`}>
<span
className={`inline-block ${
className={`inline-block break-normal ${
!isFontLoaded && 'skeleton disable-hero-text'
}`}
>
Expand Down

1 comment on commit 2fab7f0

@vercel
Copy link

@vercel vercel bot commented on 2fab7f0 Jan 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.