From d60072d34ef9f360659eef0a437990ef08dedd28 Mon Sep 17 00:00:00 2001 From: LingDocs <71590811+lingdocs@users.noreply.github.com> Date: Thu, 10 Feb 2022 16:04:21 +0400 Subject: [PATCH] Update projects.js --- src/pages/projects.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/projects.js b/src/pages/projects.js index 8e2f033..ebf0571 100644 --- a/src/pages/projects.js +++ b/src/pages/projects.js @@ -24,6 +24,11 @@ const projects = [ description: "A Pashto version of the well-loved word guessing game", 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 }) => {