Skip to content

Commit

Permalink
Merge branch 'develop' into cd-automation
Browse files Browse the repository at this point in the history
  • Loading branch information
jayn2u committed Sep 13, 2024
2 parents 2b65278 + b057f47 commit 21f7585
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "MainLogoSmall.svg",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ final class HomeViewController: BaseViewController {
}

private func setnavigation() {
navigationItem.titleView = UIImageView(image: EATSSUAsset.Images.Version2.mainLogo.image)
navigationItem.titleView = UIImageView(image: EATSSUAsset.Images.Version2.mainLogoSmall.image)

let rightButton = UIBarButtonItem(
image: EATSSUAsset.Images.myPageIcon.image,
Expand Down

0 comments on commit 21f7585

Please sign in to comment.