Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion client/src/components/Admin/Suggestions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import {
TablePagination,
TablePaginationOwnProps,
TableRow,
Typography,
} from "@mui/material";
import type { SelectChangeEvent } from "@mui/material/Select";
import { Formik } from "formik";
Expand Down Expand Up @@ -205,7 +206,14 @@ function Suggestions() {
justifyContent: "space-between",
})}
>
<h2>Suggestions Administration</h2>
<Box>
<Typography component="h1" variant="h4">
Suggestions &amp; Corrections Administration
</Typography>
<Typography variant="subtitle1">
Suggested new listings and Corrections to existing listings
</Typography>
</Box>
<FormControl
sx={(theme) => ({
margin: theme.spacing(1),
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Layout/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function Menu(): React.ReactElement {
<MenuItemLink
key="suggestions"
to="/admin/suggestions"
text="Suggestions"
text="Suggestions & Corrections"
/>
<MenuItemLink
key="logins"
Expand Down
Loading