fix: remove billing address
This commit is contained in:
parent
ba0a2498a4
commit
5bfb97e9a4
|
|
@ -26,7 +26,7 @@ export default async function AuthLayout({
|
|||
</div>
|
||||
<div className="text-[36px] flex-1 pt-[88px] hidden lg:flex flex-col items-center">
|
||||
<div className="text-center">
|
||||
Over <span className="text-[42px] text-[#FC69FF]">18,000+</span>{' '}
|
||||
Over <span className="text-[42px] text-[#FC69FF]">20,000+</span>{' '}
|
||||
Entrepreneurs use
|
||||
<br />
|
||||
Postiz To Grow Their Social Presence
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ export const FirstBillingComponent = () => {
|
|||
<div className="text-[46px] font-[600] leading-[110%] tablet:text-[36px] mobile:!text-[30px] whitespace-pre-line text-balance">
|
||||
{t('billing_join_over', 'Join Over')}{' '}
|
||||
<span className="text-[#FC69FF]">
|
||||
{t('billing_entrepreneurs_count', '18,000+ Entrepreneurs')}
|
||||
{t('billing_entrepreneurs_count', '20,000+ Entrepreneurs')}
|
||||
</span>{' '}
|
||||
{t('billing_who_use', 'who use')}{' '}
|
||||
{t(
|
||||
|
|
|
|||
Loading…
Reference in New Issue