We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecbf9f commit 990f482Copy full SHA for 990f482
2 files changed
.gitignore
@@ -1,6 +1,8 @@
1
# dependencies
2
node_modules/
3
4
+deno.lock
5
+
6
# build output
7
dist/
8
dist-ssr/
src/pages/ContactPage.jsx
@@ -24,6 +24,13 @@ function ContactPage({ dealIndex = null }) {
24
</a>{" "}
25
on X
26
</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>
34
<li>
35
Notice anything wrong? Open an issue on{" "}
36
<a href="https://github.com/aryan-cs/gradient/issues" target="_blank" rel="noopener noreferrer">
0 commit comments