From d88b782c882dc13b4341199bd72d694e2634fcbe Mon Sep 17 00:00:00 2001 From: martintomas Date: Wed, 4 Sep 2024 11:47:59 +0200 Subject: [PATCH] refactoring: Renaming sector cluster to consumer-goods --- app/views/tpi/home/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tpi/home/index.html.erb b/app/views/tpi/home/index.html.erb index 330077324..29a1eab9e 100644 --- a/app/views/tpi/home/index.html.erb +++ b/app/views/tpi/home/index.html.erb @@ -122,7 +122,7 @@ <%= render 'sector_cluster_stat', cluster: @sector_clusters['energy'], icon: 'tpi/home/energy.png' %> <%= render 'sector_cluster_stat', cluster: @sector_clusters['transport'], icon: 'tpi/home/transport.png' %> <%= render 'sector_cluster_stat', cluster: @sector_clusters['industry'], icon: 'tpi/home/industry.png' %> - <%= render 'sector_cluster_stat', cluster: @sector_clusters['food-producers'], icon: 'tpi/home/food.png' %> + <%= render 'sector_cluster_stat', cluster: @sector_clusters['consumer-goods'], icon: 'tpi/home/food.png' %>