Skip to content

Commit

Permalink
fix: remove mention of schools
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 committed Mar 30, 2024
1 parent 0a0b433 commit 0d4b1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/utils.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
document.addEventListener('DOMContentLoaded', (event) => {
const letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
const word = document.querySelector("#changing_text");
const texts = ["Kura.", "Teachers.", "Students.", "Rangatahi.", "Schools.", "ākonga."];
const texts = ["Students.", "Rangatahi.", "Youth.", "ākonga."];
let textIndex = 0;

let isAnimating = false;
Expand Down

0 comments on commit 0d4b1da

Please sign in to comment.