Skip to content

Commit

Permalink
Merge pull request #128 from DeveloperAcademy-POSTECH/fix/Profile/ZES…
Browse files Browse the repository at this point in the history
…-177-BUG

[FIX] 인스타 링크 수정 및 문의 버튼 이미지 수정
  • Loading branch information
italsehf authored Dec 7, 2022
2 parents 7c16a34 + 9e47722 commit 63480d6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final class ProfileLinkButtonView: UIView {

@objc func instaButtonDidTap() {
instaButton.showAnimation {
UrlUtils.openExternalLink(urlStr: "https://www.instagram.com/kingbob_ne/")
UrlUtils.openExternalLink(urlStr: "https://www.instagram.com/zesty__official/")
}
FirebaseAnalytics.Analytics.logEvent(AnalyticsEventSelectItem, parameters: [
AnalyticsParameterItemListName: "instagram_move"
Expand Down Expand Up @@ -79,6 +79,7 @@ extension ProfileLinkButtonView {
mailButton.snp.makeConstraints { make in
make.trailing.equalToSuperview()
make.centerY.equalTo(instaButton.snp.centerY)
make.size.equalTo(60)
}

}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "btn_link_mail.svg",
"filename" : "btn_link_mail.png",
"idiom" : "universal"
}
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

0 comments on commit 63480d6

Please sign in to comment.