|
|
|
@ -96,11 +96,13 @@ export function PageHeader({ |
|
|
|
/> |
|
|
|
) : ( |
|
|
|
<div className="flex items-center gap-2 shrink-0"> |
|
|
|
<NavigationButton |
|
|
|
icon="subscription" |
|
|
|
profile={profile} |
|
|
|
iconLabel={(t as Record<string, string>)["Subscription Status"] || (t as Record<string, string>)["Subscription"] || "Subscription"} |
|
|
|
/> |
|
|
|
{isMale && ( |
|
|
|
<NavigationButton |
|
|
|
icon="subscription" |
|
|
|
profile={profile} |
|
|
|
iconLabel={(t as Record<string, string>)["Subscription Status"] || (t as Record<string, string>)["Subscription"] || "Subscription"} |
|
|
|
/> |
|
|
|
)} |
|
|
|
<NavigationButton |
|
|
|
icon="more" |
|
|
|
profile={profile} |
|
|
|
|