From ba1a54f2f43696e65325dac230c6cdadd87d55d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Dvo=C5=99=C3=A1k?= Date: Wed, 5 Oct 2022 22:01:58 +0200 Subject: [PATCH] Update markdown-utils.ts --- src/utils/markdown-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/markdown-utils.ts b/src/utils/markdown-utils.ts index edc6c75..74db595 100644 --- a/src/utils/markdown-utils.ts +++ b/src/utils/markdown-utils.ts @@ -6,7 +6,7 @@ export enum Align { } export const Icon = { - skip: '⚪', // ':white-circle:' + skip: '⚪', // ':white_circle:' success: '✅', // ':white_check_mark:' fail: '❌' // ':x:' }