Skip to content

Commit

Permalink
chore: Update featured list
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone committed Sep 6, 2024
1 parent cc56644 commit eca78dd
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/features/TimelineFeatured/FeaturedList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,28 +83,6 @@ export const FeaturedList = (): JSX.Element => {
height={630}
/>
</FeaturedCard>
{/* <FeaturedCard
title="【GraphQL】スキーマ駆動開発におけるエラーレスポンス設計パターン集"
url="https://zenn.dev/hacobell_dev/articles/graphql-error-response"
>
<StaticImage
src="../../../content/featured/graphql-error-response.png"
alt="【GraphQL】スキーマ駆動開発におけるエラーレスポンス設計パターン集"
width={1200}
height={630}
/>
</FeaturedCard>
<FeaturedCard
title="アウトプットはどうして続かないのか?「モチベの泉」を枯らさない5つの掟"
url="https://zenn.dev/bicstone/articles/keep-you-motivated-to-output"
>
<StaticImage
src="../../../content/featured/keep-you-motivated-to-output.png"
alt="アウトプットはどうして続かないのか?「モチベの泉」を枯らさない5つの掟"
width={1200}
height={630}
/>
</FeaturedCard> */}
</Container>
);
};

0 comments on commit eca78dd

Please sign in to comment.