Skip to content

Commit

Permalink
refactoring: Renaming sector cluster to consumer-goods
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Sep 4, 2024
1 parent 1c17b82 commit d88b782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tpi/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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' %>
</div>
</div>
</div>
Expand Down

0 comments on commit d88b782

Please sign in to comment.