Skip to content

Commit 63e7657

Browse files
committed
feat: better welcome message
1 parent fdc422a commit 63e7657

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="Home" subTitle="Welcome" />
62+
<PageHeader title="Welcome" subTitle="CodeDead provides free and open-source applications to make your life easer." />
6363
<Container maxWidth="md" style={{ marginTop: 10 }}>
6464
<Grid container spacing={2} style={{ marginTop: 10 }}>
6565
<Grid item xs={12} md={12} lg={12}>

0 commit comments

Comments
 (0)