From 4b42f991f8073af18577c8a1cdfb4803c2cfebaf Mon Sep 17 00:00:00 2001 From: Bhanu Date: Tue, 3 Aug 2021 11:51:54 +0530 Subject: [PATCH] Use correct changelog link current link in release 1.6.1 points to an incorrect url that returns 404 --- client/src/components/Settings/AppDetails/AppDetails.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Settings/AppDetails/AppDetails.tsx b/client/src/components/Settings/AppDetails/AppDetails.tsx index 50fd37f..109053a 100644 --- a/client/src/components/Settings/AppDetails/AppDetails.tsx +++ b/client/src/components/Settings/AppDetails/AppDetails.tsx @@ -20,7 +20,7 @@ const AppDetails = (): JSX.Element => {

See changelog {' '} here @@ -31,4 +31,4 @@ const AppDetails = (): JSX.Element => { ) } -export default AppDetails; \ No newline at end of file +export default AppDetails;