Skip to content

Commit

Permalink
[add] bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ymuichiro committed Nov 9, 2023
1 parent 57951e7 commit c649cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const Home: NextPage<Props> = ({ i18n, newsReleases, locale }) => {
<div>
<Typography>more...</Typography>
</div>
<div style={{ display: 'flex', gap: '3rem' }}>
<div style={{ display: 'flex', gap: '3rem', justifyContent: 'center', flexWrap: 'wrap' }}>
<LinkButton href={NAVIGATIONS.NEWS} style={{ width: '200px' }} variant='outlined'>
news
</LinkButton>
Expand Down

0 comments on commit c649cb0

Please sign in to comment.