diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3dad6a1..066c3b6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: true contact_links: - name: 技術的な内容以外のご要望・ご提案 - url: https://twitter.com/mikan_54951 + url: https://twitter.com/mshr0969 about: 技術的な内容以外のご要望等は、このリポジトリではなく、DMにてご連絡ください。 diff --git a/community-info.ts b/community-info.ts index 4bec32c..ca1b481 100644 --- a/community-info.ts +++ b/community-info.ts @@ -3,5 +3,5 @@ import type { ContactDetails } from './src/types'; // お問い合わせ先 export const contactDetails: ContactDetails = { text: '@mshr0969', - href: 'https://twitter.com/msr0969', + href: 'https://twitter.com/mshr0969', };