diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx index 7928ead..4b0a455 100644 --- a/src/app/signup/page.tsx +++ b/src/app/signup/page.tsx @@ -13,6 +13,9 @@ export default async function SignupPage({ searchParams }: SignupPageProps) {

Create your account

Sign up to submit hacks and manage your profile.

+

+ Only sign up to submit hacks that you own. Hacks not by the original creator will be rejected. +

diff --git a/src/app/submit/page.tsx b/src/app/submit/page.tsx index 247e98f..6632f66 100644 --- a/src/app/submit/page.tsx +++ b/src/app/submit/page.tsx @@ -2,6 +2,7 @@ import SubmitPageClient from "@/components/Submit/SubmitPageClient"; import { createClient } from "@/utils/supabase/server"; import SubmitAuthOverlay from "@/components/Submit/SubmitAuthOverlay"; import { Metadata } from "next"; +import Link from "next/link"; export const metadata: Metadata = { alternates: { @@ -31,6 +32,19 @@ export default async function SubmitPage() {

Submit your ROM hack

Share your hack so others can discover and play it.

+
+

Important:

+
+

+ Hackdex will only accept submissions for hacks that you own. + If it is not your hack, try reaching out to the original creator to see if they are interested in submitting it themselves. + All hacks must also comply with the Terms of Service. +

+

+ If you attempt to circumvent this policy, your submission will be rejected and your account may be banned. +

+
+