mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
Merge pull request #25 from MetaFam/peth-yursick-patch-3
Update index.js
This commit is contained in:
@@ -8,32 +8,29 @@ import styles from "./styles.module.css";
|
||||
|
||||
const features = [
|
||||
{
|
||||
title: <>Some Section</>,
|
||||
title: <>For Players</>,
|
||||
imageUrl: "assets/icon-dark.png",
|
||||
description: (
|
||||
<>
|
||||
Docusaurus was designed from the ground up to be easily installed and
|
||||
used to get your website up and running quickly.
|
||||
Join MetaGame as a player & get help forging your path.
|
||||
</>
|
||||
)
|
||||
},
|
||||
{
|
||||
title: <>Another Thing</>,
|
||||
title: <>For Guilds</>,
|
||||
imageUrl: "assets/icon-plain.png",
|
||||
description: (
|
||||
<>
|
||||
Docusaurus lets you focus on your docs, and we'll do the chores. Go
|
||||
ahead and move your docs into the <code>docs</code> directory.
|
||||
Join MetaGame as a project & get support building the future.
|
||||
</>
|
||||
)
|
||||
},
|
||||
{
|
||||
title: <>Third Part</>,
|
||||
title: <>Third Patrons</>,
|
||||
imageUrl: "assets/icon-glow.png",
|
||||
description: (
|
||||
<>
|
||||
Extend or customize your website layout by reusing React. Docusaurus can
|
||||
be extended while reusing the same header and footer.
|
||||
Join the future by supporting MetaGame.
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user