From c68462bb0374eb3df70ae0b0874c2a423edfea9f Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 13 Sep 2022 12:02:19 +0400 Subject: [PATCH] update link name --- website/src/App.tsx | 4 ++-- website/src/screens/About.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/App.tsx b/website/src/App.tsx index c04986c..cac95cc 100644 --- a/website/src/App.tsx +++ b/website/src/App.tsx @@ -93,7 +93,7 @@ if (prod) { const possibleLandingPages = [ "/", "/about", "/settings", "/word", "/account", "/new-entries", "/share-target", "/phrase-builder", - "/privacy-policy", + "/privacy", ]; const editorOnlyPages = [ "/edit", "/review-tasks", @@ -478,7 +478,7 @@ class App extends Component { - + diff --git a/website/src/screens/About.tsx b/website/src/screens/About.tsx index cccedf3..96b4722 100644 --- a/website/src/screens/About.tsx +++ b/website/src/screens/About.tsx @@ -38,7 +38,7 @@ const About = ({ state } : { state: State }) => (

The LingDocs Pashto Dictionary assumes no responsibility or liability for any errors or omissions in the content of this site. The information contained in this site is provided on an “as is” basis with no guarantees of completeness, accuracy, usefulness or timeliness.

-

Privacy Policy

+

Privacy Policy

© Copyright 2021 - lingdocs.com

{state.dictionaryInfo &&

Number of Entries: {state.dictionaryInfo.numberOfEntries} - Updated: {dayjs(state.dictionaryInfo.release).toString()}