File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ function MainBody() {
6
6
return (
7
7
< section id = "home" >
8
8
< div className = "text-center" >
9
- < h1 className = "title" > Team Alpha </ h1 >
9
+ < h1 className = "title" > OpenXYZ </ h1 >
10
10
< p className = "typist" > Building the Future with Technology</ p >
11
11
</ div >
12
12
< div className = "socials" >
13
13
< 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" >
15
15
< FontAwesomeIcon icon = { faTelegram } className = "icon" />
16
16
</ a >
17
17
</ article >
18
18
< 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" >
20
20
< FontAwesomeIcon icon = { faGithub } className = "icon" />
21
21
</ a >
22
22
</ article >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ function Home() {
9
9
< >
10
10
< MainBody />
11
11
< Technologies />
12
- < Projects />
12
+ { /* <Projects /> */ }
13
13
< AboutUs />
14
14
< Admins />
15
15
</ >
You can’t perform that action at this time.
0 commit comments