From c572bd33f1e3dd5e351a68b562bb9c6c2eafbf65 Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 14 Apr 2024 14:31:08 +0300 Subject: [PATCH] add audio feature in description --- website/public/index.html | 6 +++--- website/public/manifest.json | 2 +- website/src/screens/About.tsx | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/website/public/index.html b/website/public/index.html index 4456a19..234b277 100644 --- a/website/public/index.html +++ b/website/public/index.html @@ -5,7 +5,7 @@ - + @@ -18,14 +18,14 @@ - + - + diff --git a/website/public/manifest.json b/website/public/manifest.json index 56968a8..832bcf4 100644 --- a/website/public/manifest.json +++ b/website/public/manifest.json @@ -36,7 +36,7 @@ "theme_color": "#596267", "background_color": "#f9f9f9", "start_url": ".", - "description": "An offline Pashto Dictionary app with approximate search-as-you-type, alphabetical browsing, verb conjugation, inflections, and a phrase generation engine.", + "description": "An offline Pashto Dictionary app with audio, approximate search-as-you-type, alphabetical browsing, verb conjugation, inflections, and a phrase generation engine.", "launch_handler": { "client_mode": "auto" }, diff --git a/website/src/screens/About.tsx b/website/src/screens/About.tsx index a48f1db..15aa582 100644 --- a/website/src/screens/About.tsx +++ b/website/src/screens/About.tsx @@ -29,6 +29,7 @@ const About = ({ state }: { state: State }) => (