diff --git a/src/pages/projects.js b/src/pages/projects.js index a4c5610..b40bc69 100644 --- a/src/pages/projects.js +++ b/src/pages/projects.js @@ -4,6 +4,11 @@ import SEO from "../components/seo"; import aboutBackground from "../assets/images/about-bg.jpg"; const projects = [ + { + title: "Pashto Dictionary", + description: "A dictionary of the Pashto language with smart-search and inflection/conjugation", + link: "https://dictionary.lingdocs.com", + }, { title: "Pashto Verb Explorer", description: "An interactive playground for exploring and learning about how Pashto verbs are conjugated. This is based on a verb conjugation engine that runs in the browser.",