File tree Expand file tree Collapse file tree
apps/payments/next/app/[locale]/subscriptions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,15 +53,17 @@ export default async function SubscriptionsLayout({
5353 ) }
5454 width = "48"
5555 height = "48"
56- className = "w-12 h-12 tablet:w-16 tablet:h-16"
56+ className = "w-12 h-12 rounded-full tablet:w-16 tablet:h-16"
5757 />
5858 < h1
5959 id = "profile-heading"
60- className = "overflow-hidden font-semibold text-ellipsis text- start text-nowrap tablet:text-xl"
60+ className = "overflow-hidden text-start tablet:text-xl"
6161 >
62- < div > { session ?. user ?. name || session ?. user ?. email } </ div >
62+ < div className = "font-semibold mb-1 overflow-hidden text-ellipsis text-nowrap" >
63+ { session ?. user ?. name || session ?. user ?. email }
64+ </ div >
6365 { session ?. user ?. name && (
64- < div className = "font-normal text-base text-grey-400 mb-0" >
66+ < div className = "font-normal overflow-hidden text-base text-ellipsis text- grey-400 text-nowrap mb-0" >
6567 { session ?. user ?. email }
6668 </ div >
6769 ) }
You can’t perform that action at this time.
0 commit comments