wip
This commit is contained in:
parent
66ced29c6d
commit
dbcfdcd0c3
41 changed files with 3637 additions and 791 deletions
15
src/frontend/components/DeveloperInfo.tsx
Normal file
15
src/frontend/components/DeveloperInfo.tsx
Normal file
|
@ -0,0 +1,15 @@
|
|||
import React from 'react';
|
||||
|
||||
export const DeveloperInfo: React.VFC = () => {
|
||||
return (
|
||||
<>
|
||||
<h1>開発者</h1>
|
||||
<p>何か困ったことがあったら、以下のアカウントにメッセージを送ってください。</p>
|
||||
<ul>
|
||||
<li><a href="http://misskey.io/@ebi" target="_blank" rel="noopener noreferrer">@ebi@misskey.io</a></li>
|
||||
<li><a href="http://groundpolis.app/@X" target="_blank" rel="noopener noreferrer">@X@groundpolis.app</a></li>
|
||||
<li><a href="http://twitter.com/@adxlw" target="_blank" rel="noopener noreferrer">@adxlw@twitter.com</a></li>
|
||||
</ul>
|
||||
</>
|
||||
);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue