Update projects.js
This commit is contained in:
parent
93ab8ae4d1
commit
2e529cbbb2
|
@ -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 }) => {
|
||||
|
|
Loading…
Reference in New Issue