diff --git a/CHANGELOG.md b/CHANGELOG.md index 732d37680..ee1318bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added the symbol to the benchmark component - Added an option to configure the account column of the activities table component ### Changed diff --git a/apps/client/src/app/components/home-market/home-market.html b/apps/client/src/app/components/home-market/home-market.html index 9ea286301..fc7230d35 100644 --- a/apps/client/src/app/components/home-market/home-market.html +++ b/apps/client/src/app/components/home-market/home-market.html @@ -34,6 +34,7 @@ [benchmarks]="benchmarks" [deviceType]="deviceType" [locale]="user?.settings?.locale || undefined" + [showSymbol]="false" [user]="user" /> @if (benchmarks?.length > 0) { diff --git a/apps/client/src/app/components/markets/markets.html b/apps/client/src/app/components/markets/markets.html index 90ddbba06..38234a785 100644 --- a/apps/client/src/app/components/markets/markets.html +++ b/apps/client/src/app/components/markets/markets.html @@ -43,6 +43,7 @@ [benchmarks]="benchmarks" [deviceType]="deviceType" [locale]="user?.settings?.locale || undefined" + [showSymbol]="false" [user]="user" /> @if (benchmarks?.length > 0) { diff --git a/libs/ui/src/lib/benchmark/benchmark.component.html b/libs/ui/src/lib/benchmark/benchmark.component.html index 8df8417f1..2b75e5672 100644 --- a/libs/ui/src/lib/benchmark/benchmark.component.html +++ b/libs/ui/src/lib/benchmark/benchmark.component.html @@ -12,7 +12,14 @@ Name