From 6ebc2e44c3b03c0ec8c8825e844a3c647c90ebb9 Mon Sep 17 00:00:00 2001 From: sawka Date: Fri, 2 Aug 2024 09:04:13 -0700 Subject: [PATCH] change 'home' to 'files' and switch the icon --- frontend/app/workspace/workspace.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/workspace/workspace.tsx b/frontend/app/workspace/workspace.tsx index 007f2d6f..8ce6e096 100644 --- a/frontend/app/workspace/workspace.tsx +++ b/frontend/app/workspace/workspace.tsx @@ -82,9 +82,9 @@ const Widgets = React.memo(() => {
clickHome()}>
- +
-
home
+
files
{settingsConfig?.widgets?.map((data, idx) => (