Have contact refer to github repo.

main
Joshua Potter 2023-12-12 08:30:20 -07:00
parent c605a09c56
commit 0c7d2b5932
1 changed files with 11 additions and 1 deletions

View File

@ -6,7 +6,17 @@ export function Contact() {
return (
<>
<PageIntro eyebrow="Contact Us" title="Questions or Comments?">
<p>Tell us how we can improve our site.</p>
<p>
Tell us how we can improve our site by leaving an issue at{" "}
<a
target="_blank"
className="underline"
href="https://github.com/boardwise-gg/website"
>
our GitHub repo
</a>
.
</p>
</PageIntro>
</>
)