added favicon and populated template text with real text
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import { useEffect, useState } from 'react';
|
||||
import './typing-words.css';
|
||||
|
||||
const WORDS = ['plan', 'idea', 'problem', 'goals'] as const;
|
||||
const WORDS = ['plan', 'vision', 'problem', 'goals', 'business'] as const;
|
||||
|
||||
const TYPING_MS = 90;
|
||||
const DELETING_MS = 55;
|
||||
|
||||
Reference in New Issue
Block a user