From 0c7d2b5932f06912034d8da3d13008cc53c50245 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Tue, 12 Dec 2023 08:30:20 -0700 Subject: [PATCH] Have contact refer to github repo. --- assets/js/react/pages/Contact.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/assets/js/react/pages/Contact.tsx b/assets/js/react/pages/Contact.tsx index ecb7138..e6b817c 100644 --- a/assets/js/react/pages/Contact.tsx +++ b/assets/js/react/pages/Contact.tsx @@ -6,7 +6,17 @@ export function Contact() { return ( <> -

Tell us how we can improve our site.

+

+ Tell us how we can improve our site by leaving an issue at{" "} + + our GitHub repo + + . +

)