From a49aa396f2997ff45eb691edb982e06837bd66e0 Mon Sep 17 00:00:00 2001 From: karan Date: Tue, 10 Oct 2023 19:00:29 +0530 Subject: [PATCH 1/2] fix: invitation issues Signed-off-by: karan --- src/app/SideBar.astro | 2 +- .../EcosystemInvite/SentInvitations.tsx | 1 + src/components/User/UserDashBoard.tsx | 39 +++++++------------ src/config/pathRoutes.ts | 1 + .../{ecosystems => ecosystem}/index.astro | 2 +- src/pages/ecosystem/profile.astro | 8 ---- 6 files changed, 18 insertions(+), 35 deletions(-) rename src/pages/{ecosystems => ecosystem}/index.astro (96%) delete mode 100644 src/pages/ecosystem/profile.astro diff --git a/src/app/SideBar.astro b/src/app/SideBar.astro index e633df0db..1ef88fdcb 100644 --- a/src/app/SideBar.astro +++ b/src/app/SideBar.astro @@ -115,7 +115,7 @@ import { pathRoutes } from '../config/pathRoutes';