Skip to content

Commit

Permalink
デインデックスページ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
erutobusiness committed Apr 2, 2024
1 parent 5016d03 commit 5dd8c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const Component: FC = () => {

return (
<div>
<H1>{(import.meta.env.VITE_BASE_PATH as string).toUpperCase()}</H1>
<DivCustom styleTypes={['flexCenter']}>
<Logo
url='https://vitejs.dev'
Expand All @@ -42,8 +43,7 @@ const Component: FC = () => {
styles={reactLogoStyles}
/>
</DivCustom>
<H1>{(import.meta.env.VITE_BASE_PATH as string).toUpperCase()}</H1>
<DivCustom styleTypes={['margin', 'center']}>
<DivCustom styleTypes={['center']}>
<ButtonVite type='button' onClick={handleClickButton}>
count is {count}
</ButtonVite>
Expand Down

0 comments on commit 5dd8c87

Please sign in to comment.