Skip to content

Commit

Permalink
[Fix] sopt-makers#168 - 앱 아이콘 변경 및 스탬프 X버튼 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
L-j-h-c committed Apr 17, 2023
1 parent e825f72 commit d331abb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ extension STNavigationBar {

@discardableResult
public func addLeftButtonToTitleMenu() -> Self {
leftButton.setImage(DSKitAsset.Assets.btnArrowLeft.image, for: .normal)
leftButton.setImage(DSKitAsset.Assets.icClose.image, for: .normal)
leftButtonLayoutForMenu()
return self
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "appstore.png",
"filename" : "appIcon.jpg",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit d331abb

Please sign in to comment.