Skip to content

Commit d61b1e7

Browse files
Ciphroxxkeshav
authored andcommitted
changed playground title
1 parent 36295ad commit d61b1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/alphabets/[alphabet]/playground.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const { alphabet } = Astro.params;
2121
const currentCategory = alphabetData[alphabet as keyof AlphabetsData];
2222
---
2323

24-
<BaseLayout meta={{ title: `Playground - ${alphabet?.charAt(0).toUpperCase() + alphabet?.slice(1)}` }}>
24+
<BaseLayout meta={{ title: `${alphabet?.charAt(0).toUpperCase() + alphabet?.slice(1)} - Playground` }}>
2525
<Fragment slot="header-right">
2626
<Help
2727
title={`${alphabet?.charAt(0).toUpperCase() + alphabet?.slice(1)} Playground`}

0 commit comments

Comments
 (0)