Skip to content

Commit 5bc51a0

Browse files
committed
chore: ios정책으로 인하여 다음으로 라이팅 수정
1 parent 01f7f99 commit 5bc51a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/onboarding/PermissionNotice.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const PermissionNotice = (props: Props) => {
7171
? 'w-full bg-gray2 h-[100px] rounded-t-[32px] text-white text-h3 fixed bottom-0'
7272
: 'w-full bg-primary h-[100px] rounded-t-[32px] text-white text-h3 fixed bottom-0'
7373
}>
74-
<div className="text-white text-h3 py-[25px]">동의</div>
74+
<div className="text-white text-h3 py-[25px]">다음</div>
7575
</button>
7676
</>
7777
);

src/components/onboarding/TermsAgreement.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const TermsAgreement = (props: Props) => {
146146
? 'w-full bg-gray2 h-[100px] rounded-t-[32px] text-white text-h3 fixed bottom-0'
147147
: 'w-full bg-primary h-[100px] rounded-t-[32px] text-white text-h3 fixed bottom-0'
148148
}>
149-
<div className="text-white text-h3 py-[25px]">동의</div>
149+
<div className="text-white text-h3 py-[25px]">다음</div>
150150
</button>
151151
</>
152152
);

0 commit comments

Comments
 (0)