+ {`Appeal a Sanction`}
+ {`This form allows you to appeal a moderation action taken against you on one of our platforms.`}
+
+
+
+
+ >
+ );
+};
+
+export default Sales;
diff --git a/src/config/NavItems.ts b/src/config/NavItems.ts
index cc476c4..4806392 100644
--- a/src/config/NavItems.ts
+++ b/src/config/NavItems.ts
@@ -30,6 +30,7 @@ export const NavItems = [
{ href: "/projects", text: "Our Projects" },
{ href: "/sales", text: "Sales Inquiries" },
{ href: "/newsletter", text: "Newsletter" },
+ { href: "/appeal", text: "Sanction Appeals" },
].sort((a, b) => {
return a.text.localeCompare(b.text);
});