Translations
Translate Localizable.strings in ja Translate Localizable.strings in de Translate Localizable.strings in vi Translate Localizable.strings in zh_TW Translate Localizable.strings in zh_HK Translate Localizable.strings in zh_CN Translate Localizable.strings in ru Localizable.strings in cs Closes: #1253
This commit is contained in:
@@ -60,7 +60,7 @@ func hashtag_str(_ htag: String) -> CompatibleText {
|
||||
}
|
||||
text = Text(attributedString)
|
||||
let img = Image("\(name)-hashtag")
|
||||
text = text + Text("\(img)").baselineOffset(custom_hashtag.offset ?? 0.0)
|
||||
text = text + Text(img).baselineOffset(custom_hashtag.offset ?? 0.0)
|
||||
} else {
|
||||
attributedString.foregroundColor = DamusColors.purple
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user