File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,6 @@ const Twitter = ({ twitterName }) => (
28
28
)
29
29
30
30
const data = [
31
- {
32
- name : "BEEKAI" ,
33
- imgUrl : "https://www.beekai.com/marketing/logo/logo.svg" ,
34
- url : "https://www.beekai.com" ,
35
- twitterName : "beekai_app" ,
36
- bio : "Build the next-generation forms with modern technology and best in class user experience and accessibility." ,
37
- interests : [ "๐ป Code" , "โ๏ธ React" , "๐ Form" ] ,
38
- active : true ,
39
- } ,
40
31
{
41
32
name : "Beier(Bill) Luo" ,
42
33
imgUrl :
@@ -141,6 +132,15 @@ const data = [
141
132
interests : [ "๐๐ปโโ๏ธ powerlifting" , "๐ฎ games" , "๐ป code" ] ,
142
133
active : false ,
143
134
} ,
135
+ {
136
+ name : "BEEKAI" ,
137
+ imgUrl : "https://www.beekai.com/marketing/logo/logo.svg" ,
138
+ url : "https://www.beekai.com" ,
139
+ twitterName : "beekai_app" ,
140
+ bio : "Build the next-generation forms with modern technology and best in class user experience and accessibility." ,
141
+ interests : [ "๐ป Code" , "โ๏ธ React" , "๐ Form" ] ,
142
+ active : true ,
143
+ } ,
144
144
]
145
145
146
146
const AboutUs = ( ) => {
You canโt perform that action at this time.
0 commit comments