diff --git a/damus/Assets.xcassets/Hashtags/bitcoin-hashtag.imageset/bitcoin-hashtag.svg b/damus/Assets.xcassets/Hashtags/bitcoin-hashtag.imageset/bitcoin-hashtag.svg
index 62f133a6..3c92d3ff 100644
--- a/damus/Assets.xcassets/Hashtags/bitcoin-hashtag.imageset/bitcoin-hashtag.svg
+++ b/damus/Assets.xcassets/Hashtags/bitcoin-hashtag.imageset/bitcoin-hashtag.svg
@@ -1,8 +1,8 @@
+ transform="matrix(0.94507527,0,0,0.94507527,-4.5943665,-3.2875042)">
CompatibleText {
let name = custom_hashtag.name
- text = Text(attributedString)
if let img = UIImage(named: "\(name)-hashtag") {
attributedString = attributedString + " "
attributed_string_attach_icon(&attributedString, img: img)
}
+ text = Text(attributedString)
let img = Image("\(name)-hashtag")
- text = text + Text(" \(img)")
+ text = text + Text("\(img)").baselineOffset(custom_hashtag.offset ?? 0.0)
} else {
attributedString.foregroundColor = DamusColors.purple
}