From d3be4091e0ff458e2146f12192f272d7076d7bc2 Mon Sep 17 00:00:00 2001 From: Taz <97239140+taz-chiles@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:06:48 +0000 Subject: [PATCH] Amend funded artform stats --- src/lcip/activate/index.njk | 2 +- src/lcip/cultural-anchors/index.njk | 2 +- src/lcip/grow_project/index.njk | 2 +- src/lcip/grow_revenue/index.njk | 2 +- src/lcip/inspire/index.njk | 2 +- src/lcip/thrive/index.njk | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lcip/activate/index.njk b/src/lcip/activate/index.njk index 5f6e967..84947a5 100644 --- a/src/lcip/activate/index.njk +++ b/src/lcip/activate/index.njk @@ -79,7 +79,7 @@ Activate is a flexible funding strand which enables the Council to distribute ex {% comp "dashboard.pane", { link: "/lcip/activate/artforms/" } %}

Funded
Artforms

{% 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 %}

Artforms

diff --git a/src/lcip/cultural-anchors/index.njk b/src/lcip/cultural-anchors/index.njk index 289518f..81a37a0 100644 --- a/src/lcip/cultural-anchors/index.njk +++ b/src/lcip/cultural-anchors/index.njk @@ -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} %}

Funded
artforms

{% 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 %}

Artforms

{% endcomp %} diff --git a/src/lcip/grow_project/index.njk b/src/lcip/grow_project/index.njk index cb8e210..5adf9a4 100644 --- a/src/lcip/grow_project/index.njk +++ b/src/lcip/grow_project/index.njk @@ -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/" } %}

Funded
Artforms

{% 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 %}

Artforms

diff --git a/src/lcip/grow_revenue/index.njk b/src/lcip/grow_revenue/index.njk index 4a62c19..dc08577 100644 --- a/src/lcip/grow_revenue/index.njk +++ b/src/lcip/grow_revenue/index.njk @@ -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/" } %}

Funded
Artforms

{% 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 %}

Artforms

diff --git a/src/lcip/inspire/index.njk b/src/lcip/inspire/index.njk index 9ec1f85..078f9a3 100644 --- a/src/lcip/inspire/index.njk +++ b/src/lcip/inspire/index.njk @@ -77,7 +77,7 @@ Inspire provides support for one off cultural projects and activities currently {% comp "dashboard.pane", { link: "/lcip/inspire/artforms/" } %}

Funded
Artforms

{% 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 %}

Artforms

diff --git a/src/lcip/thrive/index.njk b/src/lcip/thrive/index.njk index 55eaa42..de72404 100644 --- a/src/lcip/thrive/index.njk +++ b/src/lcip/thrive/index.njk @@ -81,7 +81,7 @@ Thrive provides support for ongoing activities for more established cultural org {% comp "dashboard.pane", { link: "/lcip/thrive/artforms/" } %}

Funded
Artforms

{% 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 %}

Artforms