fix: corrected alt for title button
This commit is contained in:
parent
955389efad
commit
c08be1e1dd
|
@ -103,7 +103,7 @@ extension HomeTimelineNavigationBarTitleView {
|
||||||
logoButton.setImage(Asset.Asset.mastodonTextLogo.image.withRenderingMode(.alwaysTemplate), for: .normal)
|
logoButton.setImage(Asset.Asset.mastodonTextLogo.image.withRenderingMode(.alwaysTemplate), for: .normal)
|
||||||
logoButton.contentMode = .center
|
logoButton.contentMode = .center
|
||||||
logoButton.isHidden = false
|
logoButton.isHidden = false
|
||||||
logoButton.accessibilityLabel = "Logo Button" // TODO :i18n
|
logoButton.accessibilityLabel = "Mastodon" // TODO :i18n
|
||||||
logoButton.accessibilityHint = "Tap to scroll to top and tap again to previous location"
|
logoButton.accessibilityHint = "Tap to scroll to top and tap again to previous location"
|
||||||
case .newPostButton:
|
case .newPostButton:
|
||||||
configureButton(
|
configureButton(
|
||||||
|
|
Loading…
Reference in New Issue