From d7ed2c0228fb866557d366772ef1b35205d88b47 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Bidoul?=
Date: Sat, 20 Nov 2021 20:22:30 +0100
Subject: [PATCH] Emojis
---
src/runboat/webui/runboat-build-element.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/runboat/webui/runboat-build-element.js b/src/runboat/webui/runboat-build-element.js
index e5d9372..c9d5716 100644
--- a/src/runboat/webui/runboat-build-element.js
+++ b/src/runboat/webui/runboat-build-element.js
@@ -14,7 +14,7 @@ class RunboatBuildElement extends LitElement {
static styles = css`
.build-card {
- width: 15em;
+ width: 16em;
padding: 0.5em;
border-radius: 0.5em;
background-color: lightgray;
@@ -54,12 +54,12 @@ class RunboatBuildElement extends LitElement {
${this.build.status}
- | init log
+ ⦙ 🗒 init log
${this.build.status == "started"?
- html`| log`:""
+ html`⦙ 🗒 log`:""
}
${this.build.status == "started"?
- html`| 🚪 live`:""
+ html`⦙ 🚪 live`:""
}