Skip to content

Commit

Permalink
名前を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
eatski committed Apr 9, 2024
1 parent 5d5842c commit a14cce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/stories/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const getStaticProps: GetStaticProps<Props> = async () => {
export default function Story(props: Props) {
return (
<Layout>
<H2 label="新着ストーリー" />
<H2 label="全てのストーリー" />
<StoryList stories={props.stories} />
</Layout>
);
Expand Down

0 comments on commit a14cce7

Please sign in to comment.