Skip to content

Commit 21fce4d

Browse files
Use a more inclusive emoji for the manual recipes (#524)
1 parent 474bf08 commit 21fce4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/spring-shell/src/main/java/org/springframework/sbm/shell/RecipeRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@Component
2929
public class RecipeRenderer {
3030

31-
public static final String MANUAL_EMOJI = "\uD83D\uDCAA";
31+
public static final String MANUAL_EMOJI = "\uD83D\uDCA6";
3232

3333
public static final String AUTOMATED_EMOJI = "\uD83E\uDD16";
3434

0 commit comments

Comments
 (0)