We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd398d commit 03a50f6Copy full SHA for 03a50f6
src/pages/index.tsx
@@ -471,9 +471,16 @@ function Contact() {
471
}}
472
>
473
<h2>Contact Us</h2>
474
- <div>
475
- For investment, partnership, or any other inquiries, please contact us
476
- at <a href="mailto:invest@codepod.team">invest@codepod.team</a>
+ <div
+ style={{
+ maxWidth: "50rem",
477
+ }}
478
+ >
479
+ For discussion or issue reporting, please open an issue or discussion in
480
+ our GitHub repo. For general contact, please contact us at{" "}
481
+ <a href="mailto:contact@codepod.team">contact@codepod.team</a>. For
482
+ investment, partnership, or any other inquiries, please contact us at{" "}
483
+ <a href="mailto:invest@codepod.team">invest@codepod.team</a>
484
</div>
485
486
);
0 commit comments