Skip to content

Commit 12fc4b2

Browse files
committed
Tweak browser title for UI lessons
1 parent 33f0338 commit 12fc4b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface Props {
88
titleSuffix?: string;
99
}
1010
11-
const { title, titleSuffix = "Ultimate Python Guide" } = Astro.props;
11+
const { title, titleSuffix = "Ultimate Python" } = Astro.props;
1212
const lang = getLangFromUrl(Astro.url);
1313
---
1414

0 commit comments

Comments
 (0)