diff --git a/client/src/components/Admin/Suggestions.tsx b/client/src/components/Admin/Suggestions.tsx index e3fbb5a84..fcf08cdb7 100644 --- a/client/src/components/Admin/Suggestions.tsx +++ b/client/src/components/Admin/Suggestions.tsx @@ -35,6 +35,7 @@ import { TablePagination, TablePaginationOwnProps, TableRow, + Typography, } from "@mui/material"; import type { SelectChangeEvent } from "@mui/material/Select"; import { Formik } from "formik"; @@ -205,7 +206,14 @@ function Suggestions() { justifyContent: "space-between", })} > -

Suggestions Administration

+ + + Suggestions & Corrections Administration + + + Suggested new listings and Corrections to existing listings + + ({ margin: theme.spacing(1), diff --git a/client/src/components/Layout/Menu.tsx b/client/src/components/Layout/Menu.tsx index 42cbf6898..3c0ed4b39 100644 --- a/client/src/components/Layout/Menu.tsx +++ b/client/src/components/Layout/Menu.tsx @@ -105,7 +105,7 @@ export default function Menu(): React.ReactElement {