Skip to content

Commit 990f482

Browse files
committed
update contact page
1 parent 3ecbf9f commit 990f482

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# dependencies
22
node_modules/
33

4+
deno.lock
5+
46
# build output
57
dist/
68
dist-ssr/

src/pages/ContactPage.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ function ContactPage({ dealIndex = null }) {
2424
</a>{" "}
2525
on X
2626
</li>
27+
<li className="contact-page-inline-links">
28+
<a href="mailto:yaxpatel2004@gmail.com">yaxpatel2004 [at] gmail [dot] com</a> //{" "}
29+
<a href="https://x.com/yaxpatel_" target="_blank" rel="noopener noreferrer">
30+
@yaxpatel_
31+
</a>{" "}
32+
on X
33+
</li>
2734
<li>
2835
Notice anything wrong? Open an issue on{" "}
2936
<a href="https://github.com/aryan-cs/gradient/issues" target="_blank" rel="noopener noreferrer">

0 commit comments

Comments
 (0)