Skip to content

Commit

Permalink
Amend funded artform stats
Browse files Browse the repository at this point in the history
  • Loading branch information
taz-chiles committed Nov 25, 2024
1 parent bb8ce8a commit d3be409
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/lcip/activate/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Activate is a flexible funding strand which enables the Council to distribute ex
{% comp "dashboard.pane", { link: "/lcip/activate/artforms/" } %}
<h3>Funded<br>Artforms</h3>
{% comp "dashboard.big_number", {
number: (viz.lcip.activate.artform_funded['rows'][0]['total']),
number: (viz.lcip.activate.total_artform_funded['rows'][0]['total']),
fontsize: '2.75rem'} %}
{% endcomp %}
<p class="footnote">Artforms</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lcip/cultural-anchors/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ These figures are derived by calculating the total amount across all annual data
{% comp "dashboard.pane", { link: "/lcip/cultural-anchors/artforms/", columns: 1} %}
<h3>Funded<br>artforms</h3>
{% comp "dashboard.big_number", {
number: viz.lcip.cultural_anchors.artform_funded['rows'][0]['total'] } %}
number: viz.lcip.cultural_anchors.total_artform_funded['rows'][0]['total'] } %}
{% endcomp %}
<p class="footnote">Artforms</p>
{% endcomp %}
Expand Down
2 changes: 1 addition & 1 deletion src/lcip/grow_project/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ These figures are derived by calculating the total amount across all quarterly d
{% comp "dashboard.pane", { link: "/lcip/grow_project/artforms/" } %}
<h3>Funded<br>Artforms</h3>
{% comp "dashboard.big_number", {
number: (viz.lcip.grow_project.artform_funded['rows'][0]['total']),
number: (viz.lcip.grow_project.total_artform_funded['rows'][0]['total']),
fontsize: '2.75rem'} %}
{% endcomp %}
<p class="footnote">Artforms</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lcip/grow_revenue/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ These figures are derived by calculating the total amount across all annual data
{% comp "dashboard.pane", { link: "/lcip/grow_revenue/artforms/" } %}
<h3>Funded<br>Artforms</h3>
{% comp "dashboard.big_number", {
number: (viz.lcip.grow_revenue.artform_funded['rows'][0]['total']),
number: (viz.lcip.grow_revenue.total_artform_funded['rows'][0]['total']),
fontsize: '2.75rem'} %}
{% endcomp %}
<p class="footnote">Artforms</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lcip/inspire/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Inspire provides support for one off cultural projects and activities currently
{% comp "dashboard.pane", { link: "/lcip/inspire/artforms/" } %}
<h3>Funded<br>Artforms</h3>
{% comp "dashboard.big_number", {
number: (viz.lcip.inspire.artform_funded['rows'][0]['total']),
number: (viz.lcip.inspire.total_artform_funded['rows'][0]['total']),
fontsize: '2.75rem'} %}
{% endcomp %}
<p class="footnote">Artforms</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lcip/thrive/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Thrive provides support for ongoing activities for more established cultural org
{% comp "dashboard.pane", { link: "/lcip/thrive/artforms/" } %}
<h3>Funded<br>Artforms</h3>
{% comp "dashboard.big_number", {
number: (viz.lcip.thrive.artform_funded['rows'][0]['total']),
number: (viz.lcip.thrive.total_artform_funded['rows'][0]['total']),
fontsize: '2.75rem'} %}
{% endcomp %}
<p class="footnote">Artforms</p>
Expand Down

0 comments on commit d3be409

Please sign in to comment.