added hyphen to game-dev

This commit is contained in:
Thomas Smith 2022-07-05 16:18:07 -04:00
parent c88fcb215a
commit ad81f604e2

View file

@ -156,13 +156,12 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
<script> <script>
const textList = [ const textList = [
"web3", "web3",
"game dev", "game&#8208;dev",
"web", "web",
"AI", "AI",
"automation", "automation",
"data", "data",
"ML", "ML",
"smart contracts",
"devops", "devops",
"ML", "ML",
"creating", "creating",
@ -177,4 +176,5 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
}; };
cycleText(); cycleText();
setInterval(cycleText, 1200); setInterval(cycleText, 1200);
</script> </script>