refactor: 💡 dashboard

set in a new dashboard component, the data of the simulation
This commit is contained in:
Julien Calixte
2023-07-28 13:59:14 +02:00
parent 7cd8efa84e
commit 1c86bc8247
6 changed files with 67 additions and 33 deletions

View File

@@ -116,7 +116,7 @@ const isLive = computed(
background-color: var(--primary-color);
padding: 0.35rem;
text-align: center;
color: white;
color: var(--color);
}
li {