diff --git a/src/assets/images/united-states.svg b/src/assets/images/united-states.svg new file mode 100644 index 0000000..755c75b --- /dev/null +++ b/src/assets/images/united-states.svg @@ -0,0 +1,88 @@ + + + diff --git a/src/components/Partials/Header.jsx b/src/components/Partials/Header.jsx index e15c891..5aca49d 100644 --- a/src/components/Partials/Header.jsx +++ b/src/components/Partials/Header.jsx @@ -13,12 +13,16 @@ import SearchCom from "../Helpers/SearchCom"; import WalletHeader from "../MyWallet/WalletHeader"; import usersService from "../../services/UsersService"; +import siteLogo from '../../assets/images/wrenchboard.png' +import Flag from '../../assets/images/united-states.svg' + export default function Header({ logoutModalHandler, sidebarHandler }) { const [balanceDropdown, setbalanceValue] = useToggle(false); const [notificationDropdown, setNotificationValue] = useToggle(false); const [userProfileDropdown, setProfileDropdown] = useToggle(false); const [moneyPopup, setPopup] = useToggle(false); + const [toggleNotification, setToggleNotification] = useToggle(false) const darkMode = useContext(DarkModeContext); const [myWalletList, setMyWalletList] = useState([]); @@ -79,6 +83,10 @@ export default function Header({ logoutModalHandler, sidebarHandler }) { setPopup.toggle(); setbalanceValue.set(false); }; + + const setNotification = ()=> { + setToggleNotification.toggle() + } return ( <>
broklinslam_75@gamil.com
++ My Profile +
++ My Wallet +
++ Reports > +
++ Referrals +
++ Billing +
++ Payments +
++ Completed Jobs +
++ Previous Task +
++ Notifications +
++ My Statements +
+Language
+English
+English
+English
++ Account Settings +
++ Sign Out +
+