From 8e394296b1da26e66f9ea620d10ba0633b6fdae9 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 31 Jul 2026 16:48:36 +0200 Subject: [PATCH] Improve style of empty state --- .../fear-and-greed-index.component.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/ui/src/lib/fear-and-greed-index/fear-and-greed-index.component.html b/libs/ui/src/lib/fear-and-greed-index/fear-and-greed-index.component.html index e441c53f6b..02eed4442a 100644 --- a/libs/ui/src/lib/fear-and-greed-index/fear-and-greed-index.component.html +++ b/libs/ui/src/lib/fear-and-greed-index/fear-and-greed-index.component.html @@ -12,10 +12,11 @@
{{ fearAndGreedIndexText() }} + @let value = fearAndGreedIndex() | number: '1.0-0'; {{ - (fearAndGreedIndex() | number: '1.0-0') ?? placeholder - }}{{ + value ?? placeholder + }}/100