diff --git a/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.html b/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.html index abc0e306c..d3e8686b0 100644 --- a/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.html +++ b/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.html @@ -35,11 +35,11 @@ {{ country.rank }} -
- {{ country.flag }} + + {{ country.flag }}   - {{ country.name.en }} -
+ {{ country.name.en }} + {{ country.share }}% {{ country.count }} diff --git a/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.scss b/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.scss index c2c94cac0..97a3e76f6 100644 --- a/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.scss +++ b/frontend/src/app/lightning/nodes-per-country-chart/nodes-per-country-chart.component.scss @@ -79,3 +79,15 @@ max-width: 100px; } } + +a { + text-decoration: none; +} + +a:hover .link { + text-decoration: underline; +} + +.flag { + font-size: 20px; +}