Skip to content

Commit 80e5566

Browse files
authored
Merge pull request #23 from rohansx/main
updated social links
2 parents e12ae82 + b3e1176 commit 80e5566

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

src/components/Home/AboutUs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function AboutUs() {
1919
OpenXYZ is a non-profit organization that creates web apps with a focus on giving back to the community. Our mission is to leverage technology for positive impact in the world. We are dedicated to building innovative and functional web applications that are accessible to everyone. Our goal is to empower individuals and organizations to make a positive impact on society.
2020
</p>
2121
<p className="contact">
22-
<a href="https://twitter.com/therohanx" className="contact-btn">
22+
<a href="https://twitter.com/openxyz_" className="contact-btn">
2323
Contact Us
2424
</a>
2525
</p>

src/components/Home/MainBody.js

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
2-
import { faGithub, faTwitter, faTelegram } from '@fortawesome/free-brands-svg-icons';
2+
import { faGithub, faTwitter, faDiscord } from '@fortawesome/free-brands-svg-icons';
33
import './mainBody.scss';
44

55
function MainBody() {
@@ -10,19 +10,20 @@ function MainBody() {
1010
<p className="typist">Nobody can stop Information Insemination</p>
1111
</div>
1212
<div className="socials">
13-
<article className="telegram social-icon">
14-
<a href="https://t.me/" className="social-icon-link">
15-
<FontAwesomeIcon icon={faTelegram} className="icon" />
13+
14+
<article className="twitter social-icon">
15+
<a href="https://twitter.com/openxyz_" className="social-icon-link">
16+
<FontAwesomeIcon icon={faTwitter} className="icon" />
1617
</a>
1718
</article>
1819
<article className="github social-icon">
1920
<a href="https://github.com/open-xyz" className="social-icon-link">
2021
<FontAwesomeIcon icon={faGithub} className="icon" />
2122
</a>
2223
</article>
23-
<article className="twitter social-icon">
24-
<a href="https://twitter.com/therohanx" className="social-icon-link">
25-
<FontAwesomeIcon icon={faTwitter} className="icon" />
24+
<article className="telegram social-icon">
25+
<a href="https://discord.gg/tdDWfPWF" className="social-icon-link">
26+
<FontAwesomeIcon icon={faDiscord} className="icon" />
2627
</a>
2728
</article>
2829
</div>

src/components/Navigation/Footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function Footer() {
1414
wanna work with us, if you have any questions, or if you just want
1515
to say hi, please feel free to contact via{' '}
1616
<a
17-
href="https://twitter.com/therohanx/"
17+
href="https://twitter.com/openxyz_/"
1818
className="footer-content__email link"
1919
>
2020
twitter

src/components/Navigation/Navbar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function Navbar() {
2929
>
3030
<div id="nav-title">
3131
<a href="#home" id="nav-title-link">
32-
{'< OpenXYZ />'}
32+
{'<OpenXYZ/>'}
3333
</a>
3434
</div>
3535
<div className="navbar-toggle" onClick={() => setShow(prev => !prev)}>

0 commit comments

Comments
 (0)