Skip to content

Commit 5bfb97e

Browse files
committed
fix: remove billing address
1 parent ba0a249 commit 5bfb97e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/frontend/src/app/(app)/auth/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default async function AuthLayout({
2626
</div>
2727
<div className="text-[36px] flex-1 pt-[88px] hidden lg:flex flex-col items-center">
2828
<div className="text-center">
29-
Over <span className="text-[42px] text-[#FC69FF]">18,000+</span>{' '}
29+
Over <span className="text-[42px] text-[#FC69FF]">20,000+</span>{' '}
3030
Entrepreneurs use
3131
<br />
3232
Postiz To Grow Their Social Presence

apps/frontend/src/components/billing/first.billing.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const FirstBillingComponent = () => {
9292
<div className="text-[46px] font-[600] leading-[110%] tablet:text-[36px] mobile:!text-[30px] whitespace-pre-line text-balance">
9393
{t('billing_join_over', 'Join Over')}{' '}
9494
<span className="text-[#FC69FF]">
95-
{t('billing_entrepreneurs_count', '18,000+ Entrepreneurs')}
95+
{t('billing_entrepreneurs_count', '20,000+ Entrepreneurs')}
9696
</span>{' '}
9797
{t('billing_who_use', 'who use')}{' '}
9898
{t(

0 commit comments

Comments
 (0)