Skip to content

Commit 5658cfc

Browse files
committed
reoder
1 parent 20d02d4 commit 5658cfc

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

src/app/page.js

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,36 @@ import Sponsors from "@/components/sponsors";
1212
const sponsorsData = [
1313
{ imagePath: "/sponsors/open-ai.png", link: "https://openai.com" },
1414
{ imagePath: "/sponsors/azure.png", link: "https://azure.microsoft.com" },
15-
16-
{ imagePath: "/sponsors/desmos.png", link: "https://desmos.com" },
17-
{ imagePath: "/sponsors/cocalc.png", link: "https://cocalc.com" },
18-
{ imagePath: "/sponsors/axure.svg", link: "https://axure.com" },
1915
{ imagePath: "/sponsors/google.png", link: "https://google.com" },
2016
{
21-
imagePath: "/sponsors/interview-cake.jpg",
22-
link: "https://interviewcake.com",
17+
imagePath: "/sponsors/replit.png",
18+
link: "https://replit.com",
2319
},
2420
{
25-
imagePath: "/sponsors/wolfram.png",
26-
link: "https://wolfram.com",
21+
imagePath: "/sponsors/mercury.png",
22+
link: "https://mercury.com",
2723
},
24+
25+
{ imagePath: "/sponsors/desmos.png", link: "https://desmos.com" },
2826
{
29-
imagePath: "/sponsors/aops.png",
30-
link: "https://artofproblemsolving.com",
27+
imagePath: "/sponsors/wolfram.png",
28+
link: "https://wolfram.com",
3129
},
30+
31+
{ imagePath: "/sponsors/axure.svg", link: "https://axure.com" },
32+
3233
{
33-
imagePath: "/sponsors/mercury.png",
34-
link: "https://mercury.com",
34+
imagePath: "/sponsors/interview-cake.jpg",
35+
link: "https://interviewcake.com",
3536
},
37+
3638
{
37-
imagePath: "/sponsors/replit.png",
38-
link: "https://replit.com",
39+
imagePath: "/sponsors/aops.png",
40+
link: "https://artofproblemsolving.com",
3941
},
42+
43+
44+
{ imagePath: "/sponsors/cocalc.png", link: "https://cocalc.com" },
4045
{
4146
imagePath: "/sponsors/taskade.png",
4247
link: "https://taskade.com",

0 commit comments

Comments
 (0)