Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
hide one's address
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberprophet committed Feb 27, 2023
1 parent 7751abe commit 6b02ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/kakao_login_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class KakaoLogin extends StatelessWidget {
),
child: Image.network(
fit: BoxFit.fill,
'https://coreapi.shareinvest.net/images/buttons/kakao_login_medium_wide.png'),
'https://${dotenv.env['BASE_URL']}/images/buttons/kakao_login_medium_wide.png'),
),
),
);
Expand Down

0 comments on commit 6b02ee6

Please sign in to comment.