Update projects.js
This commit is contained in:
parent
5ce2a8dc8d
commit
fc857402b3
|
@ -14,7 +14,12 @@ const projects = [
|
||||||
description: "A Pashto grammar reference. This is extremely new and only in the very beginning stages.",
|
description: "A Pashto grammar reference. This is extremely new and only in the very beginning stages.",
|
||||||
link: "https://grammar.lingdocs.com",
|
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 }) => {
|
const About = ({ location }) => {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue