Skip to content

Commit c17e061

Browse files
committed
move to the last
1 parent 30e71c2 commit c17e061

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

โ€Žsrc/pages/about-us.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ const Twitter = ({ twitterName }) => (
2828
)
2929

3030
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-
},
4031
{
4132
name: "Beier(Bill) Luo",
4233
imgUrl:
@@ -141,6 +132,15 @@ const data = [
141132
interests: ["๐Ÿ‹๐Ÿปโ€โ™‚๏ธ powerlifting", "๐ŸŽฎ games", "๐Ÿ’ป code"],
142133
active: false,
143134
},
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+
},
144144
]
145145

146146
const AboutUs = () => {

0 commit comments

Comments
ย (0)