Small UI fix
This commit is contained in:
parent
34ad054f56
commit
89b0a8b78b
1 changed files with 2 additions and 2 deletions
|
@ -44,10 +44,10 @@ const HomePageBody = () => {
|
|||
<>
|
||||
<h1 className="flex flex-row flex-wrap text-center justify-center items-center gap-1 text-4xl font-bold mx-auto">
|
||||
Hi, {user?.fullName}!{" "}
|
||||
{isVIP(user?.publicMetadata) && (
|
||||
{isAdmin(user?.publicMetadata) && (
|
||||
<FaShieldAlt className="inline-block text-primary" />
|
||||
)}
|
||||
{isAdmin(user?.publicMetadata) && (
|
||||
{isVIP(user?.publicMetadata) && (
|
||||
<GiStarFormation className="inline-block text-secondary" />
|
||||
)}
|
||||
</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue