Skip to content

Commit f9ab61c

Browse files
committed
fix
1 parent e0f22e8 commit f9ab61c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

_data/team_members.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,8 @@
225225
photo: MuSHR.png
226226
website: https://mushr.io/
227227
type: 7-2
228+
229+
- name: Arm Farm <br> WidowX 250
230+
photo: armfarm.jpg
231+
website: https://docs.trossenrobotics.com/interbotix_xsarms_docs/specifications/wx250.html
232+
type: 7-3

_pages/people.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2 class="row-label" id="row-label-7">Robots</h2>
3838
<div
3939
class="text-center clickable-modal-trigger"
4040
id="modal-trigger-text-{{ forloop.index }}">
41-
{% if member.type != "7-1" and member.type != "7-2" %} <!-- Non Robots-->
41+
{% if member.type != "7-1" and member.type != "7-2" % and member.type != "7-3" %} <!-- Non Robots-->
4242
<strong>{{ member.name }}</strong>
4343
{% else %} <!-- Robots -->
4444
<a href="{{ member.website }}" target="_blank"><strong>{{ member.name }}</strong></a>

0 commit comments

Comments
 (0)