@@ -3,7 +3,7 @@ import { HomeRounded as HomeRoundedIcon } from "@material-ui/icons";
|
||||
import NavBar from "./NavBar";
|
||||
import Footer from "./Footer";
|
||||
|
||||
export default function PrivacyPolicy(props) {
|
||||
export default function PrivacyPolicy() {
|
||||
const navbarItems = [
|
||||
{
|
||||
type: "link",
|
||||
@@ -13,11 +13,6 @@ export default function PrivacyPolicy(props) {
|
||||
}
|
||||
];
|
||||
|
||||
props.logEvent("select_content", {
|
||||
content_type: "main_page",
|
||||
item_id: "privacy",
|
||||
});
|
||||
|
||||
return (
|
||||
<div>
|
||||
<NavBar items={navbarItems} />
|
||||
|
||||
Reference in New Issue
Block a user