File tree Expand file tree Collapse file tree
Shared/DesignSystem/Sources/Modifier Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,9 +175,8 @@ struct AppCoordinator {
175175 return . send( . route( . mainTab( . archive( . root( . addPhotoFromShareExtension( appGroupID: appGroupID) ) ) ) ) )
176176
177177 case . didTapUpdateAlert:
178- // TODO: 앱스토어 URL 필요
179178 return . run { _ in
180- let appStoreURL = URL ( string: " https://itunes .apple.com/kr/app/neki " ) !
179+ let appStoreURL = URL ( string: " https://apps .apple.com/kr/app/neki/id6757490609 " ) !
181180 await openURL ( appStoreURL)
182181 }
183182
Original file line number Diff line number Diff line change @@ -117,10 +117,12 @@ struct NekiAlertModifier: ViewModifier {
117117 onSecondary ? ( )
118118 } label: {
119119 Text ( secondaryText ?? " 선택 " )
120+ . frame ( maxWidth: . infinity)
120121 . padding ( . horizontal, 32 )
121122 . padding ( . vertical, 4 )
122123 . underline ( )
123124 . tint ( . primary500)
125+ . nekiFont ( . body14Regular)
124126 }
125127 . disabled ( isProcessing)
126128 }
You can’t perform that action at this time.
0 commit comments