diff --git a/src/utils/markdown-utils.ts b/src/utils/markdown-utils.ts index 0b02911..edc6c75 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:' }