We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b028e64 + 6033201 commit 734176aCopy full SHA for 734176a
1 file changed
apps/payments/next/app/[locale]/subscriptions/layout.tsx
@@ -57,11 +57,11 @@ export default async function SubscriptionsLayout({
57
/>
58
<h1
59
id="profile-heading"
60
- className="leading-6 overflow-hidden font-semibold text-ellipsis text-start text-nowrap tablet:text-xl"
+ className="overflow-hidden font-semibold text-ellipsis text-start text-nowrap tablet:text-xl"
61
>
62
<div>{session?.user?.name || session?.user?.email}</div>
63
{session?.user?.name && (
64
- <div className="font-normal leading-6 text-base text-grey-400 mb-0">
+ <div className="font-normal text-base text-grey-400 mb-0">
65
{session?.user?.email}
66
</div>
67
)}
0 commit comments