Skip to content

Commit

Permalink
location change
Browse files Browse the repository at this point in the history
  • Loading branch information
jwson-automation committed Jul 22, 2024
1 parent 2d8eb67 commit cb61647
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/screens/mypage/MyPageScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@ class MyPageScreen extends ConsumerWidget {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
NickNameTextWidget(),
Row(
children: [
profileImageStack(profileImage, ref, context),
Expanded(
child: Column(
mainAxisAlignment: MainAxisAlignment.start,
children: [Text("Google 로그인을 사용 중 입니다.")],
children: [
NickNameTextWidget(),
Text("Google 로그인을 사용 중 입니다.")
],
),
)
],
Expand Down

0 comments on commit cb61647

Please sign in to comment.