From 991571b2d29dabc9ddf87a167aaa9354d019eacd Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 14 May 2024 13:09:58 +0100 Subject: [PATCH] fixed text overlapping issue --- src/components/Dashboards/AccountDashboard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboards/AccountDashboard.jsx b/src/components/Dashboards/AccountDashboard.jsx index 71eeb89..cd81bbc 100644 --- a/src/components/Dashboards/AccountDashboard.jsx +++ b/src/components/Dashboards/AccountDashboard.jsx @@ -108,7 +108,7 @@ const LowerBanner = ({ image, title = "", desc = "", btn, link_path, key }) => { key={key} className="flex flex-col bg-white shadow-md h-full rounded-xl dark:border-[#5356fb29] dark:bg-dark-white" > -
+