From 4352d1c3e20bb896c555199ea4fbfc26d599b020 Mon Sep 17 00:00:00 2001 From: Daniel Aleksandersen Date: Thu, 23 May 2019 18:22:44 +0200 Subject: [PATCH] =?UTF-8?q?Relink=20=E2=80=9Cdashboard=E2=80=9D=20to=20/da?= =?UTF-8?q?shboard/contributor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /signin defaults to the creator dashboard, but users will want to go to their contributor dashboard in the context of the extension pop-out window. --- src/lib/ui/components/flattr-popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ui/components/flattr-popup.js b/src/lib/ui/components/flattr-popup.js index da59955..83b4058 100644 --- a/src/lib/ui/components/flattr-popup.js +++ b/src/lib/ui/components/flattr-popup.js @@ -111,7 +111,7 @@ class FlattrPopup extends VirtualElement "a.icon.icon-flattr-alt", { dataset: {click: "open"}, - href: `${API_BASE_WEB}/signin` + href: `${API_BASE_WEB}/dashboard/contributor` }, i18n.get("popup_footer_account") )