diff --git a/web/.prettierignore b/web/.prettierignore new file mode 100644 index 0000000..64233a9 --- /dev/null +++ b/web/.prettierignore @@ -0,0 +1 @@ +index.html \ No newline at end of file diff --git a/web/index.html b/web/index.html index 546d100..7238047 100644 --- a/web/index.html +++ b/web/index.html @@ -34,12 +34,12 @@
-

Cup

+

Cup

- {{ metric.name | replace: '_', ' ' | capitalize }} + {{ metric.name | replace: '_', ' ' }}
- - + {% when 'up_to_date' %} - - + {% when 'updates_available' %} {% assign max_metric = '' %} @@ -181,13 +183,14 @@ width="24" height="24" viewBox="0 0 24 24" - fill="currentColor" + fill="none" + stroke="currentColor" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" class="size-6 shrink-0 {{ color }}" > - - + {% when 'unknown' %} - - + {% endcase %}
@@ -212,20 +216,24 @@
-

Last checked: {{ last_updated }}

+

Last checked: {{ last_updated }}