From b604e0b527f8c61572ed7b19d608a5fdd4effb58 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 14 May 2024 13:11:29 +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 cd81bbc..5f722dd 100644 --- a/src/components/Dashboards/AccountDashboard.jsx +++ b/src/components/Dashboards/AccountDashboard.jsx @@ -109,7 +109,7 @@ const LowerBanner = ({ image, title = "", desc = "", btn, link_path, key }) => { className="flex flex-col bg-white shadow-md h-full rounded-xl dark:border-[#5356fb29] dark:bg-dark-white" >
-
+
{title}