From 1695da8c566c71e04aad15f26403c444fd0a295a Mon Sep 17 00:00:00 2001 From: Do-hyun Ko Date: Sun, 25 Feb 2024 13:19:11 +0900 Subject: [PATCH] :sparkles: Add bug report link --- src/app/i18next/locales/en/translation.json | 3 ++- src/app/i18next/locales/ko/translation.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/i18next/locales/en/translation.json b/src/app/i18next/locales/en/translation.json index 61fb1d12..9448f1a2 100644 --- a/src/app/i18next/locales/en/translation.json +++ b/src/app/i18next/locales/en/translation.json @@ -27,7 +27,8 @@ { "name": "Introduce Infoteam", "link": "https://introduce.gistory.me" - } + }, + { "name": "Bug Report", "link": "https://cs.gistory.me/?service=Ziggle" } ] }, { diff --git a/src/app/i18next/locales/ko/translation.json b/src/app/i18next/locales/ko/translation.json index 649f7763..2c2afe15 100644 --- a/src/app/i18next/locales/ko/translation.json +++ b/src/app/i18next/locales/ko/translation.json @@ -24,7 +24,8 @@ { "title": "소개", "links": [ - { "name": "인포팀 소개", "link": "https://introduce.gistory.me" } + { "name": "인포팀 소개", "link": "https://introduce.gistory.me" }, + { "name": "버그 제보", "link": "https://cs.gistory.me/?service=Ziggle" } ] }, {