Skip to content

Commit 0c2cd14

Browse files
committed
order
1 parent ad6e91f commit 0c2cd14

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/components/HomepageFeatures/index.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ import ImgGithub from "@site/static/img/features/github.png";
1616

1717
const FeatureList = [
1818
{
19-
title: "🎮 Browse Your Games",
20-
img: ImgLibrary,
21-
video: VideoLibrary,
19+
title: "👯 Build Your Community",
20+
img: ImgAdmin,
21+
video: VideoAdmin,
2222
description: (
2323
<>
24-
Browse your server's beautifully organized library to download, install
25-
and play your collection of video games of all kinds!
24+
Share your platform with your friends and family so they can enjoy your
25+
library, too. Administrate your users and games.
2626
</>
2727
),
2828
},
2929
{
30-
title: "👯 Build Your Community",
31-
img: ImgAdmin,
32-
video: VideoAdmin,
30+
title: "🎮 Browse Your Games",
31+
img: ImgLibrary,
32+
video: VideoLibrary,
3333
description: (
3434
<>
35-
Share your platform with your friends and family so they can enjoy your
36-
library, too. Administrate your users and games.
35+
Browse your server's beautifully organized library to download, install
36+
and play your collection of video games of all kinds!
3737
</>
3838
),
3939
},

0 commit comments

Comments
 (0)