Merge pull request #200 from petrdvorak/main

Fix #199: Use  instead of ✔️ for better cross platform look
This commit is contained in:
Dharmendra Soni 2022-11-03 04:28:34 +05:30 committed by GitHub
commit 3cca7492d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:'
}