diff --git a/src/pages/projects.js b/src/pages/projects.js index 07e5524..8e2f033 100644 --- a/src/pages/projects.js +++ b/src/pages/projects.js @@ -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 }) => {