diff --git a/package.json b/package.json index e5c34d1..b6ed7e9 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "react-scripts": "5.0.1", "react-thunk": "^1.0.0", "react-toastify": "^8.2.0", + "react-type-animation": "^1.1.2", "redux": "^4.2.0", "redux-devtools-extension": "^2.13.9", "redux-persist": "^6.0.0", diff --git a/public/index.html b/public/index.html index aa069f2..3103d05 100644 --- a/public/index.html +++ b/public/index.html @@ -15,6 +15,7 @@ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> + diff --git a/src/App.scss b/src/App.scss index ca636eb..b64d167 100644 --- a/src/App.scss +++ b/src/App.scss @@ -2,6 +2,8 @@ @tailwind components; @tailwind utilities; +@import "./views/Home/layouts/Graphic/index.scss"; + .rtl { direction: rtl; } diff --git a/src/components/Button/index.js b/src/components/Button/index.js index 46cb10f..090f0a1 100644 --- a/src/components/Button/index.js +++ b/src/components/Button/index.js @@ -12,7 +12,7 @@ const Button = ({ }) => { return (