Update projects.js
This commit is contained in:
parent
2e529cbbb2
commit
d60072d34e
|
@ -24,6 +24,11 @@ const projects = [
|
||||||
description: "A Pashto version of the well-loved word guessing game",
|
description: "A Pashto version of the well-loved word guessing game",
|
||||||
link: "https://pashtoodle.lingdocs.com",
|
link: "https://pashtoodle.lingdocs.com",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "RTL EPUB Maker",
|
||||||
|
description: "Easily create EPUB e-book files with proper RTL support. Because right-to-left languages deserve nice e-books too.",
|
||||||
|
link: "https//rtl-epub-maker.lingdocs.com",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const About = ({ location }) => {
|
const About = ({ location }) => {
|
||||||
|
|
Loading…
Reference in New Issue