Skip to content

Commit

Permalink
Merge pull request #200 from petrdvorak/main
Browse files Browse the repository at this point in the history
Fix #199: Use ✅ instead of ✔️ for better cross platform look
  • Loading branch information
dharmendrasha authored Nov 2, 2022
2 parents c9b3d0e + ba1a54f commit 3cca749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/markdown-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:'
}

Expand Down

0 comments on commit 3cca749

Please sign in to comment.