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 36295ad commit d61b1e7Copy full SHA for d61b1e7
src/pages/alphabets/[alphabet]/playground.astro
@@ -21,7 +21,7 @@ const { alphabet } = Astro.params;
21
const currentCategory = alphabetData[alphabet as keyof AlphabetsData];
22
---
23
24
-<BaseLayout meta={{ title: `Playground - ${alphabet?.charAt(0).toUpperCase() + alphabet?.slice(1)}` }}>
+<BaseLayout meta={{ title: `${alphabet?.charAt(0).toUpperCase() + alphabet?.slice(1)} - Playground` }}>
25
<Fragment slot="header-right">
26
<Help
27
title={`${alphabet?.charAt(0).toUpperCase() + alphabet?.slice(1)} Playground`}
0 commit comments