Skip to content

Commit

Permalink
Update markdown-utils.ts
Browse files Browse the repository at this point in the history
Petr Dvořák authored and GitHub committed Oct 5, 2022
1 parent ae902f6 commit ba1a54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/markdown-utils.ts
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ export enum Align {
}

export const Icon = {
skip: '⚪', // ':white-circle:'
skip: '⚪', // ':white_circle:'
success: '✅', // ':white_check_mark:'
fail: '❌' // ':x:'
}

0 comments on commit ba1a54f

Please sign in to comment.