Change words selection

This commit is contained in:
Augusto Gunsch 2023-11-11 12:58:07 +01:00
parent ea7289c5fc
commit 25a59d5ed7
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 KiB

View File

@ -35,9 +35,9 @@ function simulateCommandPrompt(element, texts, speed, wait) {
const texts = [ const texts = [
'software', 'software',
'reality', 'reality',
'solutions', 'profit',
'innovation', 'results',
'technology' 'tech'
]; ];
simulateCommandPrompt('typing', texts, 100, 3000); simulateCommandPrompt('typing', texts, 100, 3000);