From 36df1e2df4b8c696732fac58440ba0b8ccffc7c9 Mon Sep 17 00:00:00 2001 From: architec <32494274+architec@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:32:55 -0700 Subject: [PATCH] Update the GitHub URL at the bottom left to https://github.com/architec/mistake --- src/pages/Popup/Popup.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Popup/Popup.jsx b/src/pages/Popup/Popup.jsx index 54a76b760..94ed9c3d7 100644 --- a/src/pages/Popup/Popup.jsx +++ b/src/pages/Popup/Popup.jsx @@ -210,7 +210,7 @@ class Popup extends Component { aria-label="delete" onClick={(e) => { chrome.tabs.update({ - url: 'https://github.com/arch-org/mistake', + url: 'https://github.com/architec/mistake', }); e.preventDefault(); }}