diff --git a/src/components/TextScramble/TextScramble.js b/src/components/TextScramble/TextScramble.js index 85eb23d..983331b 100644 --- a/src/components/TextScramble/TextScramble.js +++ b/src/components/TextScramble/TextScramble.js @@ -14,7 +14,8 @@ class Scramble extends Component { "dvanced", "ugmented", "ndroid", - "narchy" + "narchy", + "rtistic" ] const i_scrambleTexts = [ @@ -24,7 +25,8 @@ class Scramble extends Component { "nformation", "nception", "nitiative", - "ntrusion" + "ntrusion", + "nspiration" ] return ( @@ -60,4 +62,4 @@ class Scramble extends Component { -export default Scramble; \ No newline at end of file +export default Scramble;