Skip to content

Commit

Permalink
set default username to anon
Browse files Browse the repository at this point in the history
  • Loading branch information
mudkipdev committed Dec 2, 2024
1 parent 00d9eaf commit 977a8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chat/Chat.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pink"
];

const username = "mudkip";
const username = "anon";
const color = colors[Math.floor(Math.random() * colors.length)];

if (!input || !history) {
Expand Down

0 comments on commit 977a8e9

Please sign in to comment.