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 = ({
)}
-
+
-
+
{`Note: you can specify a folder ${
hasResourceRoom ? `or resource room ` : ``
diff --git a/src/templates/NavBar.jsx b/src/templates/NavBar.jsx
index 17b238d78..80d322bcb 100644
--- a/src/templates/NavBar.jsx
+++ b/src/templates/NavBar.jsx
@@ -15,9 +15,10 @@ const NavDropdownSection = ({ children, link }) => (
const TemplateNavBar = ({ links, collectionInfo, resources }) => (