diff --git a/src/pages/projects.js b/src/pages/projects.js index a4c5610..07e5524 100644 --- a/src/pages/projects.js +++ b/src/pages/projects.js @@ -14,7 +14,12 @@ const projects = [ description: "A Pashto grammar reference. This is extremely new and only in the very beginning stages.", link: "https://grammar.lingdocs.com", }, -] + { + title: "Pashto Dictionary", + description: "A Pashto dicitionary with smart-search and inflection/conjugation", + link: "https://dictionary.lingdocs.com", + }, +]; const About = ({ location }) => { return (