Skip to content

Commit 94f4e03

Browse files
committed
feat: fixed a typo
1 parent 6cb0c0a commit 94f4e03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const Home = () => {
5959

6060
return (
6161
<Layout>
62-
<PageHeader title="Welcome" subTitle="CodeDead provides free and open-source applications to make your life easer." />
62+
<PageHeader title="Welcome" subTitle="CodeDead provides free and open-source applications to make your life easier." />
6363
<Container maxWidth="md" sx={{ mt: 5 }}>
6464
<Grid container spacing={2} sx={{ mt: 3 }}>
6565
<Grid size={12}>

0 commit comments

Comments
 (0)