0
0
Fork 0

fix: change admin handle

This commit is contained in:
아르페 2024-01-22 23:26:24 +09:00 committed by GitHub
parent 8681212ed9
commit 0e45bd7792
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,9 +62,9 @@ export const IndexSessionPage: React.VFC = () => {
<h2><i className="fas fa-circle-question"></i> {t('_developerInfo.title')}</h2> <h2><i className="fas fa-circle-question"></i> {t('_developerInfo.title')}</h2>
<p>{t('_developerInfo.description')}</p> <p>{t('_developerInfo.description')}</p>
<div className="menu large"> <div className="menu large">
<a className="item" href="https://phater.live/@ALPINE_SECTOR" target="_blank" rel="noopener noreferrer"> <a className="item" href="https://psec.dev/@PSEC" target="_blank" rel="noopener noreferrer">
<i className="icon fas fa-at"></i> <i className="icon fas fa-at"></i>
@ALPINE_SECTOR@phater.live @PSEC@psec.dev
</a> </a>
</div> </div>
</section> </section>