From 336c97d3364f37af19a913c909c6fa55a8b55a45 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:23:55 +0530 Subject: [PATCH] chore: bug fixes and ui improvements (#3468) * chore: empty state improvement * chore: app sidebar improvement * chore: dashboard empty state improvement --- web/components/empty-state/empty-state.tsx | 12 +++- .../page-views/workspace-dashboard.tsx | 22 ++++--- web/components/workspace/help-section.tsx | 64 +++++++++++-------- 3 files changed, 57 insertions(+), 41 deletions(-) diff --git a/web/components/empty-state/empty-state.tsx b/web/components/empty-state/empty-state.tsx index 5416eef43..a74502f4d 100644 --- a/web/components/empty-state/empty-state.tsx +++ b/web/components/empty-state/empty-state.tsx @@ -1,4 +1,5 @@ import React from "react"; +import Image from "next/image"; // components import { ComicBoxButton } from "./comic-box-button"; // ui @@ -51,8 +52,6 @@ export const EmptyState: React.FC = ({ ); - const imageElement = {primaryButton?.text; - const secondaryButtonElement = secondaryButton && ( - + + + + + + + - + + + +