We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c0d31 commit e2833fcCopy full SHA for e2833fc
MarketApp/MarketApp/Soreces/UI/View/Home/HomeView.swift
@@ -50,7 +50,7 @@ struct HomeView: View {
50
WebViews(url: BannerImages.nikeMarket.bannerURL)
51
}
52
53
- .navigationDestination(isPresented: $showNikeView) {
+ .navigationDestination(isPresented: $showAddidasView) {
54
WebViews(url: BannerImages.addidasMarket.bannerURL)
55
56
MarketApp/fastlane/metadata/ko/release_notes.txt
@@ -1,6 +1,6 @@
1
-[v 1.0.2]
2
-- 로그인 오류 수정
3
-- 로딩 화면 변경
4
-- 패키지 변경
+[v 1.0.3]
+- 프로필 화면 수정
+- 배너 이미지 변경
5
- 버그 수정
6
+
0 commit comments