From 2e529cbbb204bd7b4bc4bfe285294f89ac73a316 Mon Sep 17 00:00:00 2001 From: LingDocs <71590811+lingdocs@users.noreply.github.com> Date: Mon, 7 Feb 2022 21:08:06 +0400 Subject: [PATCH] Update projects.js --- src/pages/projects.js | 5 +++++ 1 file changed, 5 insertions(+) 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 }) => {