diff --git a/index.html b/index.html index 4dd1ce1..3c605e6 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Urban Fashion diff --git a/package.json b/package.json index 4f24fdd..ea97309 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "urban-fashion-shop", "private": true, - "version": "1.1.4", + "version": "1.2.3", "type": "module", "engines": { "node": ">= 16", @@ -35,6 +35,7 @@ "react-hook-form": "^7.45.2", "react-hot-toast": "^2.4.1", "react-icons": "^4.10.1", + "react-phone-number-input": "^3.3.2", "react-redux": "^8.1.2", "react-router-dom": "^6.14.2", "react-toggle-dark-mode": "^1.1.1", diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..88f6f83 Binary files /dev/null and b/public/favicon.ico differ diff --git a/src/components/Footer/NavigationFooter.tsx b/src/components/Footer/NavigationFooter.tsx index f6ef975..1b33e1b 100644 --- a/src/components/Footer/NavigationFooter.tsx +++ b/src/components/Footer/NavigationFooter.tsx @@ -1,7 +1,7 @@ import clsx from 'clsx'; import { Link } from 'react-router-dom'; -import { logoutHandler } from '@store/authSlice'; +import { logoutUser } from '@store/authSlice'; import { useAppDispatch, useAppSelector } from '@store/store'; export default function NavigationFooter() { @@ -11,7 +11,7 @@ export default function NavigationFooter() { const dispatch = useAppDispatch(); const logOutUserHandler = () => { - dispatch(logoutHandler()); + dispatch(logoutUser()); }; return ( diff --git a/src/components/Layout/Layout.tsx b/src/components/Layout/Layout.tsx index 6d7b3e5..467e3a0 100644 --- a/src/components/Layout/Layout.tsx +++ b/src/components/Layout/Layout.tsx @@ -16,12 +16,7 @@ export default function Layout() { > -
+