fix: align subscription

This commit is contained in:
Kieran 2023-11-29 10:32:37 +00:00
parent 11824269f2
commit d27045794a
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -35,7 +35,7 @@ export function LogoHeader({ showText = false }) {
)} )}
</h1> </h1>
{currentSubscription && ( {currentSubscription && (
<div className="flex items-center g4 text-sm font-semibold tracking-wider"> <div className="flex items-center g4 text-sm font-semibold tracking-wider ml-2">
<Icon name="diamond" size={16} className="text-pro" /> <Icon name="diamond" size={16} className="text-pro" />
{mapPlanName(currentSubscription.type)} {mapPlanName(currentSubscription.type)}
</div> </div>