From 0d3e920a66889b3ca11ccbece37a009a628efcb8 Mon Sep 17 00:00:00 2001 From: ZonkSec Date: Mon, 11 Dec 2023 13:01:36 -0600 Subject: [PATCH] Update TextScramble.js adding "artistic" and "inspiration" --- src/components/TextScramble/TextScramble.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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;