Skip to content

Commit

Permalink
fix: iOS 로그인없이 이용해보기 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
calculus12 committed Nov 16, 2022
1 parent 78f49b4 commit 39ae742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/presentation/screens/auth/auth_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class _AuthScreenState extends State<AuthScreen> {
child: const KakaoLoginContainer(),
),
const SizedBox(height: 18),
if (!Platform.isIOS)
GestureDetector(
child: const Text(
'로그인 없이 이용해보기',
Expand Down

0 comments on commit 39ae742

Please sign in to comment.