Skip to content

Commit

Permalink
remove footer and header
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalebb12 committed Jul 22, 2024
1 parent 8f0d801 commit 8db74dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/routes/admin.settings.privacy.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import FooterLight from "~/components/ui/footerLight";
import Header from "~/components/ui/header";

const PrivacyPage = () => {
return (
<div>
<Header />
<div className="container flex h-[342px] flex-col items-center justify-center bg-foreground text-secondary">
<h1 className="font-inter text-[28px] font-bold leading-[72.61px] md:text-[60px]">
Privacy Policy
Expand Down Expand Up @@ -298,7 +294,6 @@ const PrivacyPage = () => {
</div>
</div>
</div>
<FooterLight />
</div>
);
};
Expand Down

0 comments on commit 8db74dc

Please sign in to comment.