mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Might as well make my own link open up the Account modal
This commit is contained in:
parent
5b90ab46a8
commit
600edbee5d
1 changed files with 8 additions and 1 deletions
|
@ -190,7 +190,14 @@ function Settings({ onClose }) {
|
||||||
Built
|
Built
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
by{' '}
|
by{' '}
|
||||||
<a href="https://mastodon.social/@cheeaun" target="_blank">
|
<a
|
||||||
|
href="https://mastodon.social/@cheeaun"
|
||||||
|
// target="_blank"
|
||||||
|
onClick={(e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
states.showAccount = 'cheeaun@mastodon.social';
|
||||||
|
}}
|
||||||
|
>
|
||||||
@cheeaun
|
@cheeaun
|
||||||
</a>
|
</a>
|
||||||
.
|
.
|
||||||
|
|
Loading…
Reference in a new issue