Skip to content

Commit

Permalink
Feat/privacy policy (#823)
Browse files Browse the repository at this point in the history
* Add privacy policy

* Add privacy to newsletter footer and update copy
  • Loading branch information
NiallJoeMaher authored Mar 11, 2024
1 parent 18b353b commit 59cf661
Show file tree
Hide file tree
Showing 3 changed files with 596 additions and 4 deletions.
11 changes: 11 additions & 0 deletions app/(app)/privacy/layout.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export default function RootLayout({
children,
}: {
children: React.ReactNode;
}) {
return (
<div className="prose mx-auto max-w-3xl dark:prose-invert lg:prose-lg">
{children}
</div>
);
}
Loading

0 comments on commit 59cf661

Please sign in to comment.