We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43926dc + c422945 commit a578b92Copy full SHA for a578b92
1 file changed
components/Dashboard.js
@@ -152,7 +152,7 @@ export default function Dashboard({ coco = false }) {
152
: "⚠️";
153
return (
154
<span key={`${job.name}-runs-${run.run_num}`}>
155
- <a href={run.url}>
+ <a href={run.url} target="_blank" rel="noopener noreferrer">
156
{emoji} {run.run_num}
157
</a>
158
0 commit comments