wip
This commit is contained in:
parent
a77a4008e6
commit
2301fe5eff
32 changed files with 547 additions and 400 deletions
|
@ -5,19 +5,19 @@ export const DeveloperInfo: React.VFC = () => {
|
|||
const {t} = useTranslation();
|
||||
return (
|
||||
<>
|
||||
<h1><i className="bi-question-circle"></i> {t('_developerInfo.title')}</h1>
|
||||
<h1><i className="fas fa-circle-question"></i> {t('_developerInfo.title')}</h1>
|
||||
<p>{t('_developerInfo.description')}</p>
|
||||
<div className="menu large">
|
||||
<a className="item" href="http://groundpolis.app/@Lutica" target="_blank" rel="noopener noreferrer">
|
||||
<i className="icon bi-at"></i>
|
||||
<i className="icon fas fa-at"></i>
|
||||
Lutica@groundpolis.app
|
||||
</a>
|
||||
<a className="item" href="http://misskey.io/@le" target="_blank" rel="noopener noreferrer">
|
||||
<i className="icon bi-at"></i>
|
||||
<i className="icon fas fa-at"></i>
|
||||
le@misskey.io
|
||||
</a>
|
||||
<a className="item" href="http://twitter.com/@EbiseLutica" target="_blank" rel="noopener noreferrer">
|
||||
<i className="icon bi-at"></i>
|
||||
<i className="icon fas fa-at"></i>
|
||||
EbiseLutica@twitter.com
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue