Update projects.js

This commit is contained in:
LingDocs 2022-02-07 21:08:06 +04:00 committed by GitHub
parent 93ab8ae4d1
commit 2e529cbbb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ const projects = [
description: "A Pashto dicitionary with smart-search and inflection/conjugation",
link: "https://dictionary.lingdocs.com",
},
{
title: "Pashtoodle",
description: "A Pashto version of the well-loved word guessing game",
link: "https://pashtoodle.lingdocs.com",
},
];
const About = ({ location }) => {