From 973d2006a85fae79c02b1f5cc6239e2d29c60031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sat, 9 Jan 2021 15:28:59 +0900 Subject: [PATCH] feat: added gits --- utils/Constants.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/Constants.ts b/utils/Constants.ts index d325825..65b69e1 100644 --- a/utils/Constants.ts +++ b/utils/Constants.ts @@ -83,3 +83,5 @@ export const reportCats = [ 'Koreanbots 가이드라인 위반', '기타', ] + +export const git = { 'github.com': { icon: 'github', text: 'Github' }, 'gitlab.com': { icon: 'gitlab', text: 'Gitlab' }} \ No newline at end of file