mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:25:11 +03:00
added hyphen to game-dev
This commit is contained in:
parent
c88fcb215a
commit
ad81f604e2
1 changed files with 2 additions and 2 deletions
|
@ -156,13 +156,12 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
||||||
<script>
|
<script>
|
||||||
const textList = [
|
const textList = [
|
||||||
"web3",
|
"web3",
|
||||||
"game dev",
|
"game‐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>
|
||||||
|
|
Loading…
Reference in a new issue