Skip to content

Commit

Permalink
Merge pull request #757 from CodeForAfrica/fix/roboshield_failing_builds
Browse files Browse the repository at this point in the history
@/Roboshield fix failing build
  • Loading branch information
m453h committed Jul 8, 2024
2 parents 51bf2c2 + 18e3480 commit 87ca801
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions apps/roboshield/src/components/MobileNavBar/MobileNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import { styled } from "@mui/material/styles";
import React, { ForwardedRef } from "react";

import menuIcon from "@/roboshield/assets/icons/menu-icon.svg?url";
import MenuIcon from "@/roboshield/assets/icons/Type=menu, Size=32, Color=CurrentColor.svg";
import CloseIcon from "@/roboshield/assets/icons/Type=x, Size=24, Color=CurrentColor.svg";
import NavBarNavList from "@/roboshield/components/NavBarNavList";
import NextImageButton from "@/roboshield/components/NextImageButton";
Expand Down Expand Up @@ -86,12 +86,10 @@ const MobileNavBar = React.forwardRef(function MobileNavBar(
/>
</Grid>
<Grid item>
<NextImageButton
src={menuIcon}
alt="menu icon"
<SvgIcon
component={MenuIcon}
viewBox="0 0 32 32"
onClick={handleClickOpen}
width={32}
height={32}
/>
<DialogContainer
fullScreen
Expand Down

0 comments on commit 87ca801

Please sign in to comment.