diff --git a/apps/climatemappedafrica/src/assets/logos/climateMapped.png b/apps/climatemappedafrica/src/assets/logos/climateMapped.png new file mode 100644 index 000000000..bd6384d83 Binary files /dev/null and b/apps/climatemappedafrica/src/assets/logos/climateMapped.png differ diff --git a/apps/climatemappedafrica/src/components/Navigation/ExploreNavigation/index.js b/apps/climatemappedafrica/src/components/Navigation/ExploreNavigation/index.js index f05e25971..fbaa55a92 100644 --- a/apps/climatemappedafrica/src/components/Navigation/ExploreNavigation/index.js +++ b/apps/climatemappedafrica/src/components/Navigation/ExploreNavigation/index.js @@ -15,7 +15,9 @@ import Section from "@/climatemappedafrica/components/Section"; const useStyles = makeStyles(({ palette, typography }) => ({ root: {}, section: {}, - logoButton: {}, + logoButton: { + padding: 0, + }, help: { color: "#666666", textAlign: "center", diff --git a/apps/climatemappedafrica/src/components/Navigation/MobileNavigation/index.js b/apps/climatemappedafrica/src/components/Navigation/MobileNavigation/index.js index 6f3487eec..0f6e5ccc1 100644 --- a/apps/climatemappedafrica/src/components/Navigation/MobileNavigation/index.js +++ b/apps/climatemappedafrica/src/components/Navigation/MobileNavigation/index.js @@ -15,7 +15,7 @@ import React, { useState } from "react"; import SearchIcon from "@/climatemappedafrica/assets/icons/search-open.svg"; import MenuCloseIcon from "@/climatemappedafrica/assets/menu_close.svg"; -import MenuOpenIcon from "@/climatemappedafrica/assets/menu_open.svg"; +// import MenuOpenIcon from "@/climatemappedafrica/assets/menu_open.svg"; import DropdownSearch from "@/climatemappedafrica/components/DropdownSearch"; import Link from "@/climatemappedafrica/components/Link"; import Menu from "@/climatemappedafrica/components/Menu"; @@ -25,7 +25,6 @@ const useStyles = makeStyles(({ breakpoints, typography, palette }) => ({ root: {}, logoButton: { padding: 0, - width: typography.pxToRem(254), }, section: {}, dialog: { @@ -171,10 +170,10 @@ function MobileNavigation({ const [open, setOpen] = useState(false); const router = useRouter(); - const handleClickOpen = (e) => { - e?.preventDefault(); - setOpen(true); - }; + // const handleClickOpen = (e) => { + // e?.preventDefault(); + // setOpen(true); + // }; const handleClose = (e) => { e?.preventDefault(); setOpen(false); @@ -189,7 +188,7 @@ function MobileNavigation({
- + - + {/* - + */}