From 6af6b4ee33f46cecaf4c89cfab2ff52743118207 Mon Sep 17 00:00:00 2001 From: Wind-Explorer Date: Tue, 13 Aug 2024 13:43:32 +0800 Subject: [PATCH] Updated new routes for AI search --- client/src/components/EcoconnectSearch.tsx | 5 ++++- server/routes/connections.js | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/client/src/components/EcoconnectSearch.tsx b/client/src/components/EcoconnectSearch.tsx index 56e0706..c39e8bd 100644 --- a/client/src/components/EcoconnectSearch.tsx +++ b/client/src/components/EcoconnectSearch.tsx @@ -64,12 +64,15 @@ export default function EcoconnectSearch() { "/": "Go home", "/springboard": "Go to the Dashboard", "/manage-account": "Manage your account", + "/forgot-password": "Reset your password", "/events": "Browse events", "/karang-guni-schedules": "Browse available Karang Guni", "/home-bill-contest": "Take part in the home bill contest", "/home-bill-contest/new-submission": "Submit your bill", "/community-posts": "Browse community posts", "/community-posts/create": "Create a post", + "/feedback": "Send feedbacks", + "/user-vouchers": "View your vouchers", }; const getRouteDescription = (route: string) => { @@ -152,7 +155,7 @@ export default function EcoconnectSearch() { {aiResponseRouteDescription}

- https://ecoconnect.gov{aiResponseRoute} + https://ecoconnect.gov.sg{aiResponseRoute}