Might as well make my own link open up the Account modal

pull/47/head
Lim Chee Aun 2023-01-07 21:43:56 +08:00
rodzic 5b90ab46a8
commit 600edbee5d
1 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -190,7 +190,14 @@ function Settings({ onClose }) {
Built
</a>{' '}
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
</a>
.