Skip to content

Commit

Permalink
Home編集
Browse files Browse the repository at this point in the history
  • Loading branch information
mtbyk committed Nov 27, 2024
1 parent 8ef705e commit f73d232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function Home() {
<Text fontSize="2xl" fontWeight="bold">
Home
</Text>
<Text mt="4">ここがホーム画面です。</Text>
<Text mt="4">お勉強で作ったやつの置き場</Text>
</Box>
);
}

0 comments on commit f73d232

Please sign in to comment.