fix(session): change admin handle

Signed-off-by: 무라쿠모 <ore@nrma.cc>
This commit is contained in:
オスカー、 2024-07-02 02:16:52 +09:00 committed by GitHub
parent c84d38adb4
commit f2c9c16fc9
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://psec.dev/@Pathfinder" target="_blank" rel="noopener noreferrer"> <a className="item" href="https://oscar.surf/@tools" target="_blank" rel="noopener noreferrer">
<i className="icon fas fa-at"></i> <i className="icon fas fa-at"></i>
@Pathfinder@psec.dev @tools@oscar.surf
</a> </a>
</div> </div>
</section> </section>