diff --git a/src/assets/icons/ar-blue.svg b/src/assets/icons/ar-blue.svg index b86ec83..9b4256d 100644 --- a/src/assets/icons/ar-blue.svg +++ b/src/assets/icons/ar-blue.svg @@ -1,9 +1,9 @@ - - - - - AR + + + + + AR diff --git a/src/assets/icons/hamburger-blue.svg b/src/assets/icons/hamburger-blue.svg index cfd3da8..05fb996 100644 --- a/src/assets/icons/hamburger-blue.svg +++ b/src/assets/icons/hamburger-blue.svg @@ -1,8 +1,8 @@ - - - - + + + + diff --git a/src/assets/icons/qr-blue.svg b/src/assets/icons/qr-blue.svg index 28db0fd..ebc902e 100644 --- a/src/assets/icons/qr-blue.svg +++ b/src/assets/icons/qr-blue.svg @@ -1,9 +1,9 @@ - - - - + + + + diff --git a/src/components/Drawer/index.js b/src/components/Drawer/index.js index aa49b21..30ed875 100644 --- a/src/components/Drawer/index.js +++ b/src/components/Drawer/index.js @@ -41,7 +41,7 @@ const MyDrawer = ({ onClick={(e) => e.stopPropagation()} >
diff --git a/src/components/Header/index.js b/src/components/Header/index.js index a2b625e..8e8d111 100644 --- a/src/components/Header/index.js +++ b/src/components/Header/index.js @@ -1,32 +1,38 @@ import React from "react"; import { Link } from "react-router-dom"; -import {connect} from 'react-redux'; -import arrowBlueIcon from "../../assets/icons/arrow-right-blue.svg"; +import { connect } from "react-redux"; +import arrowGreenIcon from "../../assets/icons/dropdown-blue.svg"; import arrowWhiteIcon from "../../assets/icons/arrow-left-white.svg"; function Header({ title, link, isDark }) { return (
- + {title} - + {isDark ? ( + + ) : ( + + )}
); } const mapStateToProps = (state) => ({ - isDark: state.publicApi.isDark -}) + isDark: state.publicApi.isDark, +}); -const mapDispatchToProps = { - -} +const mapDispatchToProps = {}; export default connect(mapStateToProps, mapDispatchToProps)(Header); diff --git a/src/components/Input/index.js b/src/components/Input/index.js index f768b79..06ea236 100644 --- a/src/components/Input/index.js +++ b/src/components/Input/index.js @@ -49,10 +49,13 @@ export default function Input(props) { return (
{/*