Skip to content

Commit

Permalink
HeroImageの高さ指定
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-20 committed Mar 23, 2024
1 parent 0cc6458 commit 645dae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/app/src/pages/TopPage/internal/HeroImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const _Image = styled.img`
export const HeroImage: React.FC = () => {
return (
<_Wrapper>
<_Image alt="Cyber TOON" src={'/assets/images/hero.avif'} />
<_Image alt="Cyber TOON" height={'576'} src={'/assets/images/hero.avif'} />
</_Wrapper>
);
};

0 comments on commit 645dae5

Please sign in to comment.