Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanPaulvanderHam authored Apr 12, 2024
1 parent 7f84dde commit 22cea58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,16 @@
// Remove spaces
inputText = inputText.replace(/\s+/g, '');

// If the input text is "start"
if (inputText.toLowerCase() === 'start') {
inputText = '#Begin';
}

// If the input text is "performance"
if (inputText.toLowerCase() === 'performance') {
inputText = '#SnelSnellerSnelst';
}

// If the input text is "baseline"
if (inputText.toLowerCase() === 'baseline') {
inputText = '#SterkeBasis';
Expand Down

0 comments on commit 22cea58

Please sign in to comment.