Have contact refer to github repo.
parent
c605a09c56
commit
0c7d2b5932
|
@ -6,7 +6,17 @@ export function Contact() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<PageIntro eyebrow="Contact Us" title="Questions or Comments?">
|
<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>
|
</PageIntro>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue