Revert "Add Google Analytics"

This reverts commit bd355599c7.
This commit is contained in:
2021-09-05 21:00:02 +01:00
parent bd355599c7
commit fd5ea8a69e
15 changed files with 27 additions and 117 deletions

View File

@@ -3,7 +3,7 @@ import NavBar from './NavBar';
import Footer from "./Footer";
import { HomeRounded as HomeRoundedIcon } from "@material-ui/icons";
export default function Error404(props) {
export default function PageNotFound() {
const navbarItems = [
{
type: "link",
@@ -15,11 +15,6 @@ export default function Error404(props) {
document.title = "Error 404 | Parandum";
props.logEvent("select_content", {
content_type: "main_page",
item_id: "error_404",
});
return (
<div>
<NavBar items={navbarItems}/>