Spaces:
Sleeping
Sleeping
Update web/profile.html
Browse files- web/profile.html +1 -0
web/profile.html
CHANGED
|
@@ -277,6 +277,7 @@ function renderBars(measurements) {
|
|
| 277 |
card.className = "range-card";
|
| 278 |
|
| 279 |
const title = document.createElement("h3");
|
|
|
|
| 280 |
title.textContent = m.name;
|
| 281 |
card.appendChild(title);
|
| 282 |
|
|
|
|
| 277 |
card.className = "range-card";
|
| 278 |
|
| 279 |
const title = document.createElement("h3");
|
| 280 |
+
title.className = "measurement-title";
|
| 281 |
title.textContent = m.name;
|
| 282 |
card.appendChild(title);
|
| 283 |
|