From a410cdedfe81004ff649f3331e04ba45d8b7879e Mon Sep 17 00:00:00 2001 From: Mahbub Zaman Date: Sun, 17 Sep 2023 01:20:17 +1000 Subject: [PATCH] fix url --- ui/src/pages/About/utils/constants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/About/utils/constants.tsx b/ui/src/pages/About/utils/constants.tsx index 593d081b..24426989 100644 --- a/ui/src/pages/About/utils/constants.tsx +++ b/ui/src/pages/About/utils/constants.tsx @@ -179,7 +179,7 @@ const FEATURE_DATA: Feature[] = [ key: "1", name: "Newsfeed", description: "Tech news", - link: "/", + link: "/newsfeed", library: [{ name: "Vanilla JS", url: "" }], }, {