Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
nain93 authored Aug 27, 2023
2 parents 8ad87f5 + 1df12f3 commit 48d9a38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/screens/setting/setting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@ class Setting extends HookConsumerWidget {
title: '내 취향관리',
onPressed: goEditMyType,
),
SettingListTile(
title: '1:1 문의하기',
onPressed: goContact,
),
// SettingListTile(
// title: '1:1 문의하기',
// onPressed: goContact,
// ),
SettingListTile(
title: '이용약관',
onPressed: goTerms,
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html

version: 1.0.0+12

environment:
Expand Down

0 comments on commit 48d9a38

Please sign in to comment.