Skip to content

Commit 6b39a6f

Browse files
committed
added technologies
1 parent cb2ec64 commit 6b39a6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Home/MainBody.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ function MainBody() {
66
return (
77
<section id="home">
88
<div className="text-center">
9-
<h1 className="title">Team Alpha</h1>
9+
<h1 className="title">OpenXYZ</h1>
1010
<p className="typist">Building the Future with Technology</p>
1111
</div>
1212
<div className="socials">
1313
<article className="telegram social-icon">
14-
<a href="https://t.me/AlphaTm_Botz" className="social-icon-link">
14+
<a href="https://t.me/" className="social-icon-link">
1515
<FontAwesomeIcon icon={faTelegram} className="icon" />
1616
</a>
1717
</article>
1818
<article className="github social-icon">
19-
<a href="https://github.com/TeamAlphaTg" className="social-icon-link">
19+
<a href="https://github.com/open-xyz" className="social-icon-link">
2020
<FontAwesomeIcon icon={faGithub} className="icon" />
2121
</a>
2222
</article>

src/pages/Home.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function Home() {
99
<>
1010
<MainBody />
1111
<Technologies />
12-
<Projects />
12+
{/* <Projects /> */}
1313
<AboutUs />
1414
<Admins />
1515
</>

0 commit comments

Comments
 (0)