We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9b3d0e + ba1a54f commit 3cca749Copy full SHA for 3cca749
1 file changed
src/utils/markdown-utils.ts
@@ -6,8 +6,8 @@ export enum Align {
6
}
7
8
export const Icon = {
9
- skip: '✖️', // ':heavy_multiplication_x:'
10
- success: '✔️', // ':heavy_check_mark:'
+ skip: '⚪', // ':white_circle:'
+ success: '✅', // ':white_check_mark:'
11
fail: '❌' // ':x:'
12
13
0 commit comments