diff --git a/src/utils/markdown-utils.ts b/src/utils/markdown-utils.ts index 0b02911..74db595 100644 --- a/src/utils/markdown-utils.ts +++ b/src/utils/markdown-utils.ts @@ -6,8 +6,8 @@ export enum Align { } export const Icon = { - skip: '✖️', // ':heavy_multiplication_x:' - success: '✔️', // ':heavy_check_mark:' + skip: '⚪', // ':white_circle:' + success: '✅', // ':white_check_mark:' fail: '❌' // ':x:' }