Skip to content

Commit e8ca253

Browse files
Merge pull request #127 from ISISComputingGroup/rerpha-patch-1
take out status from brackets - looks better hyphenated
2 parents a2b3dd9 + 61575fa commit e8ca253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/JenkinsJobs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default function JenkinsJobs() {
9090
}
9191
target={"_blank"}
9292
>
93-
{job["name"]} {`(${jenkinsColourToStatus.get(job["color"])})`}
93+
{job["name"]} {` - ${jenkinsColourToStatus.get(job["color"])}`}
9494
</a>
9595
))}
9696
</div>

0 commit comments

Comments
 (0)