Skip to content

Commit 03a50f6

Browse files
committed
more ways to contact
1 parent 9bd398d commit 03a50f6

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/pages/index.tsx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,16 @@ function Contact() {
471471
}}
472472
>
473473
<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>
474+
<div
475+
style={{
476+
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>
477484
</div>
478485
</div>
479486
);

0 commit comments

Comments
 (0)