We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11baf83 commit 8f29774Copy full SHA for 8f29774
src/pages/standup.astro
@@ -3,6 +3,6 @@ import StandUp from '../components/Standup';
3
import Layout from '../components/Layout.astro';
4
---
5
6
-<Layout slot="Stand Up">
+<Layout title="Stand Up">
7
<StandUp client:load />
8
</Layout>
0 commit comments