We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144d404 commit f784905Copy full SHA for f784905
1 file changed
src/pages/AsciiTyper.tsx
@@ -23,7 +23,8 @@ const PRESET_COLORS = [
23
24
export function AsciiTyper() {
25
const [lines, setLines] = useState<TextLine[]>([
26
- { id: '1', text: 'Hello! World!' }
+ { id: '1', text: 'I Vibe More' },
27
+ { id: '1', text: 'Than You' }
28
]);
29
const [backgroundColor, setBackgroundColor] = useState('#000000');
30
const [textColor, setTextColor] = useState('#22c55e');
0 commit comments