Skip to content

Commit 3cca749

Browse files
Merge pull request #200 from petrdvorak/main
Fix #199: Use ✅ instead of ✔️ for better cross platform look
2 parents c9b3d0e + ba1a54f commit 3cca749

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/markdown-utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export enum Align {
66
}
77

88
export const Icon = {
9-
skip: '✖️', // ':heavy_multiplication_x:'
10-
success: '✔️', // ':heavy_check_mark:'
9+
skip: '', // ':white_circle:'
10+
success: '', // ':white_check_mark:'
1111
fail: '❌' // ':x:'
1212
}
1313

0 commit comments

Comments
 (0)