From ce4ecc1a629844f1882bb9bae1077f3092108d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 20 Nov 2021 17:41:08 +0100 Subject: [PATCH] Tweak card --- src/runboat/webui/runboat-build-element.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runboat/webui/runboat-build-element.js b/src/runboat/webui/runboat-build-element.js index 9d23a4f..320b5d5 100644 --- a/src/runboat/webui/runboat-build-element.js +++ b/src/runboat/webui/runboat-build-element.js @@ -15,9 +15,9 @@ class RunboatBuildElement extends LitElement { render() { return html`
-

Build: ${this.build.name}

+

${this.build.name}

- Repo: ${this.build.repo} + ${this.build.repo} ${this.build.pr? html`PR ${this.build.pr} to`:"" }