You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/handbook/company/organizational-structure.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ graph TD
34
34
35
35
class Board board
36
36
{% for member in team | dictsortBy(false, 'order') %}{% set nodeId = member.name | replace(" ", "") | replace("'", "") | replace("-", "") %}{% if not member.reports_to %} class {{ nodeId }} executive
37
-
{% elif member.title == "CTO" or member.title == "Engineering Manager" or member.title == "Head of Customer Teams" or member.title == "Product Marketing Manager" %} class {{ nodeId }} head
37
+
{% elif member.title == "CTO" or member.title == "Engineering Manager" or member.title == "VP of Sales" or member.title == "Product Marketing Manager" or member.title == "Director of Product" %} class {{ nodeId }} head
0 commit comments