diff --git a/.gitignore b/.gitignore index 4bcaa2a..c952a0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store node_modules -.build \ No newline at end of file +.build +.cache diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 70cd8b5..8ff63ae 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -1 +1,3 @@ + + \ No newline at end of file diff --git a/src/components/BannedCharacters/BannedCharacters.js b/src/components/BannedCharacters/BannedCharacters.js index 01488c8..5e2663d 100644 --- a/src/components/BannedCharacters/BannedCharacters.js +++ b/src/components/BannedCharacters/BannedCharacters.js @@ -23,20 +23,20 @@ const BannedCharacters = ({ bannedCharacters = [], highlightedCharacters = [] }) } return ( -