Merge branch 'dev'
This commit is contained in:
commit
ec941a173f
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">
|
<h1 className="flex flex-row flex-wrap text-center justify-center items-center gap-1 text-4xl font-bold mx-auto">
|
||||||
Hi, {user?.fullName}!{" "}
|
Hi, {user?.fullName}!{" "}
|
||||||
{isVIP(user?.publicMetadata) && (
|
{isAdmin(user?.publicMetadata) && (
|
||||||
<FaShieldAlt className="inline-block text-primary" />
|
<FaShieldAlt className="inline-block text-primary" />
|
||||||
)}
|
)}
|
||||||
{isAdmin(user?.publicMetadata) && (
|
{isVIP(user?.publicMetadata) && (
|
||||||
<GiStarFormation className="inline-block text-secondary" />
|
<GiStarFormation className="inline-block text-secondary" />
|
||||||
)}
|
)}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
Loading…
Add table
Reference in a new issue