From 124384790ae12352f303d659ed46e27d9e9ab602 Mon Sep 17 00:00:00 2001 From: Jared Schoeny Date: Mon, 24 Aug 2026 09:13:52 -0600 Subject: [PATCH] Add website-only bug report note to the contact form (#78) --- src/components/Contact/ContactForm.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/Contact/ContactForm.tsx b/src/components/Contact/ContactForm.tsx index 6f99903..1b42a3e 100644 --- a/src/components/Contact/ContactForm.tsx +++ b/src/components/Contact/ContactForm.tsx @@ -86,6 +86,14 @@ export default function ContactForm() { + {topic === "bug" && ( +
+

+ Note: This form is meant only for bugs with the Hackdex website. For bugs found in a rom hack, please reach out to the original creator of that hack. +

+
+ )} +