From 7ad26fc45632325c47edae620a27ca7d06a4aa3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20G=2E=20J=C3=B8rgensen?= Date: Fri, 16 Oct 2020 15:49:35 +0200 Subject: [PATCH] Remove target="blank" from /admin link This should be changed to make it consistent with the admin panel, where the link back to the user panel does not open in a new tab. --- resources/scripts/components/NavigationBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/components/NavigationBar.tsx b/resources/scripts/components/NavigationBar.tsx index 384a32ed..1bc934cc 100644 --- a/resources/scripts/components/NavigationBar.tsx +++ b/resources/scripts/components/NavigationBar.tsx @@ -63,7 +63,7 @@ export default () => { {rootAdmin && - + }