Skip to content

Commit

Permalink
gh-2568 Remove space after title
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Bespalov committed Aug 30, 2022
1 parent d7ce137 commit 4aa7a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Multisig/UI/App/WhatsNewHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class WhatsNewHandler {
title = .init(text: WhatsNew.Text(titleString))


var featureString = AttributedString("\nGnosis Safe rebranded to Safe. Following a successful spin-off vote from Gnosis in GIP-29, we are rebranding to Safe.\n\nNow and over the coming time, you will see a new look and a better visual experience to your ever secure Gnosis Safe that you love.")
var featureString = AttributedString("Gnosis Safe rebranded to Safe. Following a successful spin-off vote from Gnosis in GIP-29, we are rebranding to Safe.\n\nNow and over the coming time, you will see a new look and a better visual experience to your ever secure Gnosis Safe that you love.")
featureString.foregroundColor = .labelSecondary

featureText = .init(featureString)
Expand Down

0 comments on commit 4aa7a17

Please sign in to comment.