mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +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)
|
||||
# - 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
|
||||
|
|
|
@ -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' %}
|
||||
|
|
|
@ -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' %}
|
||||
|
|
|
@ -60,7 +60,7 @@ cards:
|
|||
text: "More on Transparent Funding..."
|
||||
url: "/ownership/#finances"
|
||||
projects:
|
||||
- Backoffice
|
||||
- Back Office
|
||||
team:
|
||||
- Tabitha
|
||||
- Raphael
|
||||
|
|
Loading…
Add table
Reference in a new issue