Skip to content

Commit

Permalink
feat: update pages/PrivacyPolicyPage
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed Dec 15, 2022
1 parent b327723 commit 9560389
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/pages/PrivacyPolicyPage/PrivacyPolicyPage.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
import { PageContainer, AppBar, TextExternalLink, AnchorLink } from "../../components";
import { TextExternalLink, AnchorLink } from "@components";
import { PageContainer } from "@layouts";

export const PrivacyPolicyPage = () => {
return (
<PageContainer>
<AppBar position="fixed" />
<div style={{ padding: "5rem 10rem", height: "auto", overflowY: "auto" }}>
<PageContainer
style={{
height: "auto",
width: "95vw",
overflowY: "auto",
overflowX: "hidden"
}}
>
<div style={{ padding: "3rem 10rem" }}>
<h1 style={{ fontSize: "3rem", marginBottom: "0" }}>Privacy Policy</h1>
<h4>Last updated January 01, 2022</h4>
<p>
Expand Down

0 comments on commit 9560389

Please sign in to comment.