Skip to content

Commit 52139fb

Browse files
authored
fix: 🔧 update username (#50)
1 parent 5f934b1 commit 52139fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: 技術的な内容以外のご要望・ご提案
4-
url: https://twitter.com/mikan_54951
4+
url: https://twitter.com/mshr0969
55
about: 技術的な内容以外のご要望等は、このリポジトリではなく、DMにてご連絡ください。

community-info.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import type { ContactDetails } from './src/types';
33
// お問い合わせ先
44
export const contactDetails: ContactDetails = {
55
text: '@mshr0969',
6-
href: 'https://twitter.com/msr0969',
6+
href: 'https://twitter.com/mshr0969',
77
};

0 commit comments

Comments
 (0)