Skip to content

Commit

Permalink
♻️ refactor: storiesファイルで使用しているImageLinkにisLazyを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Oct 18, 2023
1 parent 797f9f3 commit 08deba5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/common/ImageLink/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const ImageLink: Story = {
<CommonImageLink
height={height}
href={pagesPath.$url()}
isLazy={false}
sources={sources}
text="ゼウスくん"
width={width}
Expand All @@ -71,6 +72,7 @@ export const ImageLink: Story = {
<CommonImageLink
height={height}
href="https://example.com/"
isLazy={false}
rel="noreferrer noopener"
sources={sources}
target="_blank"
Expand All @@ -85,6 +87,7 @@ export const ImageLink: Story = {
<CommonImageLink
height={height}
href="https://example.com/"
isLazy={true}
rel="noreferrer noopener"
sources={sources}
target="_blank"
Expand Down

0 comments on commit 08deba5

Please sign in to comment.