diff --git a/src/components/navbar/NavSection.jsx b/src/components/navbar/NavSection.jsx index e725220a2..3a254a2ec 100644 --- a/src/components/navbar/NavSection.jsx +++ b/src/components/navbar/NavSection.jsx @@ -1,3 +1,4 @@ +import { Box } from "@chakra-ui/react" import { Button, IconButton } from "@opengovsg/design-system-react" import PropTypes from "prop-types" import { useState, useRef } from "react" @@ -269,7 +270,7 @@ const NavSection = ({ )} -
+