Skip to content

Commit f784905

Browse files
committed
typer
1 parent 144d404 commit f784905

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pages/AsciiTyper.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ const PRESET_COLORS = [
2323

2424
export function AsciiTyper() {
2525
const [lines, setLines] = useState<TextLine[]>([
26-
{ id: '1', text: 'Hello! World!' }
26+
{ id: '1', text: 'I Vibe More' },
27+
{ id: '1', text: 'Than You' }
2728
]);
2829
const [backgroundColor, setBackgroundColor] = useState('#000000');
2930
const [textColor, setTextColor] = useState('#22c55e');

0 commit comments

Comments
 (0)