Skip to content

Commit

Permalink
Merge pull request #751 from woxtu/enable-link
Browse files Browse the repository at this point in the history
[iOS] Enable links in announcements
  • Loading branch information
ry-itto authored Sep 25, 2022
2 parents b1f06ba + 7c9b01e commit b2ed18f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct AnnouncementItemView: View {
VStack(alignment: .leading, spacing: 8) {
Text(announcement.title)
.font(.system(size: 16, weight: .semibold))
Text(announcement.content)
Text(.init(announcement.content))
.font(.system(size: 16, weight: .regular))
}
}
Expand Down

0 comments on commit b2ed18f

Please sign in to comment.