Skip to content

Commit

Permalink
order features
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed Oct 27, 2024
1 parent 5fd4e53 commit 6c27a16
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ import VideoLibrary from "@site/static/video/features/library.mp4";

const FeatureList = [
{
title: "👯 Build Your Community",
img: ImgAdmin,
video: VideoAdmin,
title: "🎮 Browse Your Games",
img: ImgLibrary,
video: VideoLibrary,
description: (
<>
Share your platform with your friends and family so they can enjoy your
library, too. Administrate your users and games.
Browse your server's beautifully organized library to download, install
and play your collection of video games of all kinds!
</>
),
},
{
title: "🎮 Browse Your Games",
img: ImgLibrary,
video: VideoLibrary,
title: "👯 Build Your Community",
img: ImgAdmin,
video: VideoAdmin,
description: (
<>
Browse your server's beautifully organized library to download, install
and play your collection of video games of all kinds!
Share your platform with your friends and family so they can enjoy your
library, too. Administrate your users and games.
</>
),
},
Expand Down Expand Up @@ -65,23 +65,17 @@ const FeatureList = [
video: VideoInstallation,
description: (
<div>
<a href="https://www.reddit.com/r/github/s/BhVD6gIscZ">
You don't give a fuck about the fucking code?
</a>
<br />
Our application is officially available in the{" "}
There’s no need to compile any code! The app is readily available in the{" "}
<a href="https://www.microsoft.com/store/apps/9PCKDV76GL75">
Microsoft Store
</a>
. Also, {""}
. Plus, {""}
<a href="/docs/client-docs/how-to-use.md#2-installing-the-game">
installing games
</a>
{" and "}
<a href="/docs/server-docs/setup">
setting up a server using our Docker image
</a>{" "}
is just as easy!
<a href="/docs/server-docs/setup">setting up a server</a> is equally
straightforward!
</div>
),
},
Expand Down

0 comments on commit 6c27a16

Please sign in to comment.