From 600edbee5dba8023bb1b0e777beb9a95268c6a57 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 7 Jan 2023 21:43:56 +0800 Subject: [PATCH] Might as well make my own link open up the Account modal --- src/pages/settings.jsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/settings.jsx b/src/pages/settings.jsx index fbc6ef3..1a2f947 100644 --- a/src/pages/settings.jsx +++ b/src/pages/settings.jsx @@ -190,7 +190,14 @@ function Settings({ onClose }) { Built {' '} by{' '} - + { + e.preventDefault(); + states.showAccount = 'cheeaun@mastodon.social'; + }} + > @cheeaun .