Skip to content

Commit e3970ad

Browse files
committed
update mobile tos design
1 parent 9bae681 commit e3970ad

2 files changed

Lines changed: 320 additions & 290 deletions

File tree

client/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function AppContent() {
3030
<TermsOfServiceModal open={showTermsOfService} onAccept={acceptTermsOfService} onDecline={logout} />
3131
)}
3232
{shouldShowMobile && showTermsOfService && (
33-
<TermsOfServiceScreen onAccept={acceptTermsOfService} />
33+
<TermsOfServiceScreen onAccept={acceptTermsOfService} onDecline={logout} />
3434
)}
3535

3636
{!shouldShowMobile && (

0 commit comments

Comments
 (0)