From 36bfe57e70659e706a37519440634ca0b88b89bc Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Mon, 15 Mar 2021 13:10:51 +0400 Subject: [PATCH] release dictionary --- src/pages/projects.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/projects.js b/src/pages/projects.js index 6c2101c..07e5524 100644 --- a/src/pages/projects.js +++ b/src/pages/projects.js @@ -14,11 +14,11 @@ 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", - // }, + { + title: "Pashto Dictionary", + description: "A Pashto dicitionary with smart-search and inflection/conjugation", + link: "https://dictionary.lingdocs.com", + }, ]; const About = ({ location }) => {