btn color

This commit was merged in pull request #244.
This commit is contained in:
victorAnumudu
2023-07-04 10:56:53 +01:00
parent fffc51d77a
commit 0ff4e5cf1e
5 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -487,7 +487,7 @@ export default function Header({ logoutModalHandler, sidebarHandler }) {
</div>
<div className="lg:block hidden">
<h1 className="text-xl font-bold text-dark-gray dark:text-white">
{`${firstname} ${lastname}`}
{firstname}
</h1>
{userDetails && userDetails?.account_type !== "FAMILY" && <p className="text-sm text-thin-light-gray">@{userEmail}</p>}
</div>