Skip to content

Commit

Permalink
Removed bold italics from the Kudos body.
Browse files Browse the repository at this point in the history
  • Loading branch information
ocielliottc committed Jan 20, 2025
1 parent 1ddde8d commit 5a820fa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public String toSlackBlock(Kudos kudos) {
content.add(
RichTextSectionElement.Text.builder()
.text("\n" + kudos.getMessage() + "\n")
.style(boldItalic())
.build()
);

Expand Down

0 comments on commit 5a820fa

Please sign in to comment.