From 0828209455de73a53a6fbcdf6059ac83c04f49c6 Mon Sep 17 00:00:00 2001 From: Akhileshrangani4 Date: Sun, 17 Nov 2024 18:10:19 -0500 Subject: [PATCH] Chore: Change about to help, and add link to Discord --- frontend/components/dashboard/about.tsx | 35 ++++++++++++++++++++++--- frontend/components/dashboard/index.tsx | 2 +- 2 files changed, 32 insertions(+), 5 deletions(-) diff --git a/frontend/components/dashboard/about.tsx b/frontend/components/dashboard/about.tsx index 7accef0..7975039 100644 --- a/frontend/components/dashboard/about.tsx +++ b/frontend/components/dashboard/about.tsx @@ -18,11 +18,38 @@ export default function AboutModal({ - About this project + Help & Support -
- Sandbox is an open-source cloud-based code editing environment with - custom AI code autocompletion and real-time collaboration. +
+ {/*
+ Sandbox is an open-source cloud-based code editing environment with + custom AI code autocompletion and real-time collaboration. +
*/} +
+ Get help and support through our Discord community or by creating issues on GitHub: +
+
diff --git a/frontend/components/dashboard/index.tsx b/frontend/components/dashboard/index.tsx index 6bcb90f..ced6e66 100644 --- a/frontend/components/dashboard/index.tsx +++ b/frontend/components/dashboard/index.tsx @@ -111,7 +111,7 @@ export default function Dashboard({ className="justify-start font-normal text-muted-foreground" > - About + Help