-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add support entry * style tuning * feat: update support link --------- Co-authored-by: vvvvvv1vvvvvv <[email protected]>
- Loading branch information
1 parent
7599cc5
commit 7b05408
Showing
3 changed files
with
33 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,15 +11,11 @@ const followUsList = [ | |
logo: "/assets/contact/github.svg", | ||
link: "https://github.com/RabbyHub/Rabby", | ||
}, | ||
{ | ||
logo: "/assets/contact/medium.svg", | ||
link: "https://medium.com/@rabby_io", | ||
}, | ||
]; | ||
|
||
const ContactUs = () => { | ||
return ( | ||
<div className="contact-us"> | ||
<div className="contact-us" id="contact-us"> | ||
<h2 className="title">Contact Us</h2> | ||
<div className="card"> | ||
<div className="email-box"> | ||
|
@@ -33,6 +29,14 @@ const ContactUs = () => { | |
Business: <a href="mailto:[email protected]">[email protected]</a> | ||
</div> | ||
</div> | ||
<a | ||
className="dm" | ||
href="https://debank.com/hi/0a110032" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
Direct Message with Rabby Official | ||
</a> | ||
</div> | ||
<div> | ||
<h3 className="sub-title">Follow Us</h3> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters