From d01e49915ef2524324d051c722389f19f4e46864 Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Mon, 3 Aug 2020 15:30:49 +0200 Subject: [PATCH] Rename Backoffice to Back Office more correct spelling afaik --- _data/next.yml | 4 ++-- _includes/project_card.html | 2 +- _includes/project_tablecard.html | 2 +- _posts/2020-07-31-progress-update-july.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/next.yml b/_data/next.yml index 02fed96..5e59b78 100644 --- a/_data/next.yml +++ b/_data/next.yml @@ -4,7 +4,7 @@ # - Website (includes the CustomerHub) # - Community # - Marketing -# - Backoffice +# - Back Office # Ordering of team members should lean towards most involved -> least involved. but may also be done randomly @@ -39,7 +39,7 @@ cards: text: "More on Transparent Funding..." url: "/ownership/#finances" projects: - - Backoffice + - Back Office team: - Tabitha - Raphael diff --git a/_includes/project_card.html b/_includes/project_card.html index ac0443b..3a05b95 100644 --- a/_includes/project_card.html +++ b/_includes/project_card.html @@ -16,7 +16,7 @@ {% assign tag_color = 'green' %} {% elsif tag == 'Website' %} {% assign tag_color = 'pink' %} - {% elsif tag == 'Backoffice' %} + {% elsif tag == 'Back Office' %} {% assign tag_color = 'gray' %} {% assign tag_bg_strength = 200 %} {% elsif tag == 'Community' %} diff --git a/_includes/project_tablecard.html b/_includes/project_tablecard.html index 5cd0eaf..bfafbbe 100644 --- a/_includes/project_tablecard.html +++ b/_includes/project_tablecard.html @@ -29,7 +29,7 @@ {% assign tag_color = 'green' %} {% elsif tag == 'Website' %} {% assign tag_color = 'pink' %} - {% elsif tag == 'Backoffice' %} + {% elsif tag == 'Back Office' %} {% assign tag_color = 'gray' %} {% assign tag_bg_strength = 200 %} {% elsif tag == 'Community' %} diff --git a/_posts/2020-07-31-progress-update-july.html b/_posts/2020-07-31-progress-update-july.html index 7e43cd0..5252573 100644 --- a/_posts/2020-07-31-progress-update-july.html +++ b/_posts/2020-07-31-progress-update-july.html @@ -60,7 +60,7 @@ cards: text: "More on Transparent Funding..." url: "/ownership/#finances" projects: - - Backoffice + - Back Office team: - Tabitha - Raphael