We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe4f76 commit 30b74ceCopy full SHA for 30b74ce
src/lib/layout/StatsView.svelte
@@ -19,7 +19,7 @@
19
20
const introText = randChoice(STATS_INTROS);
21
const outroText = randChoice(STATS_OUTROS);
22
- const defaultName = "someone";
+ const defaultName = "Someone";
23
24
let shareName: string | undefined;
25
let pronoun1 = "you";
0 commit comments