From fc857402b30158384eab4bd9c27e831cfed24f15 Mon Sep 17 00:00:00 2001 From: LingDocs <71590811+lingdocs@users.noreply.github.com> Date: Sun, 14 Mar 2021 21:49:26 +0400 Subject: [PATCH] Update projects.js --- src/pages/projects.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 (