Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Langarnia to showcase #1005

Closed
Closed
Binary file added src/data/showcase/langarnia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,15 @@ export const Showcases = [
source: null,
tags: ["wallet", "nftsupport"],
},
{
title: "Langarnia",
description:
"Langarnia is a 3D fantasy game designed to teach languages.",
preview: require("./showcase/langarnia.png"),
website: "https://www.langarnia.com",
source: null,
tags: ["game"],
},
];

export const TagList = Object.keys(Tags);
Expand Down
Loading