From c422945672e4bc2a697b56ec2db4afcd3da58da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bombo?= Date: Thu, 27 Mar 2025 09:46:07 -0500 Subject: [PATCH] ui: Open job links in new tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems that Github recently changed their iframe origin policy, meaning that opening links in the same iframe/tab doesn't work anymore. To address this, we now open all links in a new tab. Signed-off-by: Aurélien Bombo --- components/Dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Dashboard.js b/components/Dashboard.js index 497067e..ef6ca33 100644 --- a/components/Dashboard.js +++ b/components/Dashboard.js @@ -152,7 +152,7 @@ export default function Dashboard({ coco = false }) { : "⚠️"; return ( - + {emoji} {run.run_num}