File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/components/onboarding Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) ;
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments