mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +00:00
Rename Backoffice to Back Office
more correct spelling afaik
This commit is contained in:
parent
eda08aed5f
commit
d01e49915e
4 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
# - Website (includes the CustomerHub)
|
# - Website (includes the CustomerHub)
|
||||||
# - Community
|
# - Community
|
||||||
# - Marketing
|
# - Marketing
|
||||||
# - Backoffice
|
# - Back Office
|
||||||
|
|
||||||
# Ordering of team members should lean towards most involved -> least involved. but may also be done randomly
|
# 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..."
|
text: "More on Transparent Funding..."
|
||||||
url: "/ownership/#finances"
|
url: "/ownership/#finances"
|
||||||
projects:
|
projects:
|
||||||
- Backoffice
|
- Back Office
|
||||||
team:
|
team:
|
||||||
- Tabitha
|
- Tabitha
|
||||||
- Raphael
|
- Raphael
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
{% assign tag_color = 'green' %}
|
{% assign tag_color = 'green' %}
|
||||||
{% elsif tag == 'Website' %}
|
{% elsif tag == 'Website' %}
|
||||||
{% assign tag_color = 'pink' %}
|
{% assign tag_color = 'pink' %}
|
||||||
{% elsif tag == 'Backoffice' %}
|
{% elsif tag == 'Back Office' %}
|
||||||
{% assign tag_color = 'gray' %}
|
{% assign tag_color = 'gray' %}
|
||||||
{% assign tag_bg_strength = 200 %}
|
{% assign tag_bg_strength = 200 %}
|
||||||
{% elsif tag == 'Community' %}
|
{% elsif tag == 'Community' %}
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
{% assign tag_color = 'green' %}
|
{% assign tag_color = 'green' %}
|
||||||
{% elsif tag == 'Website' %}
|
{% elsif tag == 'Website' %}
|
||||||
{% assign tag_color = 'pink' %}
|
{% assign tag_color = 'pink' %}
|
||||||
{% elsif tag == 'Backoffice' %}
|
{% elsif tag == 'Back Office' %}
|
||||||
{% assign tag_color = 'gray' %}
|
{% assign tag_color = 'gray' %}
|
||||||
{% assign tag_bg_strength = 200 %}
|
{% assign tag_bg_strength = 200 %}
|
||||||
{% elsif tag == 'Community' %}
|
{% elsif tag == 'Community' %}
|
||||||
|
|
|
@ -60,7 +60,7 @@ cards:
|
||||||
text: "More on Transparent Funding..."
|
text: "More on Transparent Funding..."
|
||||||
url: "/ownership/#finances"
|
url: "/ownership/#finances"
|
||||||
projects:
|
projects:
|
||||||
- Backoffice
|
- Back Office
|
||||||
team:
|
team:
|
||||||
- Tabitha
|
- Tabitha
|
||||||
- Raphael
|
- Raphael
|
||||||
|
|
Loading…
Add table
Reference in a new issue