Commit 0fa7857
Fix: duplicate waveOffset declaration crashing strict mode JS
The variable was declared on both line 830 (pulse wave) and line 900
(terminal demo), causing a SyntaxError in strict mode that killed
the entire script — hiding all sections below the hero.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 72e8764 commit 0fa7857
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | | - | |
| 900 | + | |
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
| |||
0 commit comments