From 746edfc1ea3474cd78002849e6eeabdee52c8f23 Mon Sep 17 00:00:00 2001 From: shirotohu <44159210+ShiroTohu@users.noreply.github.com> Date: Mon, 2 Feb 2026 07:45:33 +1000 Subject: [PATCH] fix: link to traggo opens in new tab Both the link to the releases page and the organization page now both open to a new tab. --- ui/src/common/Page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/common/Page.tsx b/ui/src/common/Page.tsx index 446fd0e5..69111e32 100644 --- a/ui/src/common/Page.tsx +++ b/ui/src/common/Page.tsx @@ -119,12 +119,12 @@ export const Page: React.FC = ({children}) => { const drawer = (
- + traggo - + {version.name}@{version.commit.slice(0, 8)}