Remove links from pinned events banner (#3153)

This commit is contained in:
Mauro 2024-08-12 10:43:30 +02:00 committed by GitHub
parent 13d2fa7060
commit c62c12397b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -334,6 +334,7 @@ struct PinnedEventsState: Equatable {
content = pinnedEventContent
}
content.font = .compound.bodyMD
content.link = nil
return content
}