Skip to content

Commit 8f29774

Browse files
committed
fix: wrong word
1 parent 11baf83 commit 8f29774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/standup.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import StandUp from '../components/Standup';
33
import Layout from '../components/Layout.astro';
44
---
55

6-
<Layout slot="Stand Up">
6+
<Layout title="Stand Up">
77
<StandUp client:load />
88
</Layout>

0 commit comments

Comments
 (0)