Skip to content

Commit

Permalink
feat: index
Browse files Browse the repository at this point in the history
  • Loading branch information
MakinoharaShoko committed Jun 22, 2024
1 parent 40b0f28 commit 4f35261
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/[locale]/components/TopVisual/TopVisual.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
justify-content: flex-start;
gap: 0.8rem;
text-align: left;
/*padding: 0 0 4px 0;*/
padding: 4px 0 4px 0;
max-width: 350px;
}

Expand Down
8 changes: 6 additions & 2 deletions app/[locale]/components/TopVisual/TopVisual.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ const TopVisual = () => {
const {docsRedirect} = useRedirect()

const topVisualImagesData = [
{
title: 'game',
src: '/images/game.png',
},
{
title: 'terre',
src: '/images/terre.webp',
src: '/images/terre.png',
},
{
title: 'title',
src: '/images/title.webp',
src: '/images/title.png',
},
]

Expand Down
Binary file added public/images/game.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/terre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f35261

Please sign in to comment.