Skip to content

Commit

Permalink
♻️ Refactor header.
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-t committed Feb 1, 2021
1 parent b36ac2a commit b259fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Layout/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Header(): JSX.Element {
}`}
>
<span className={`inline-block ${!isFontLoaded && 'skeleton'}`}>
EN
English
</span>
</a>
</Link>
Expand All @@ -61,7 +61,7 @@ export default function Header(): JSX.Element {
}`}
>
<span className={`inline-block ${!isFontLoaded && 'skeleton'}`}>
JA
日本語
</span>
</a>
</Link>
Expand Down

1 comment on commit b259fdc

@vercel
Copy link

@vercel vercel bot commented on b259fdc Feb 1, 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.