Update projects.js

This commit is contained in:
LingDocs 2021-03-14 21:49:26 +04:00 committed by GitHub
parent 5ce2a8dc8d
commit fc857402b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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 (