Skip to content

Editing The Team Roster

Jacob edited this page Mar 22, 2023 · 2 revisions

Modifying The Team Roster

The team roster file are located at website/src/components/About/TeamByYear/Years

Adding A Member

  1. Open the file corresponding to the years' roster which you want to edit
  2. Add another json object to which looks like this
  {
    "name": "MEMBER'S NAME",
    "role": "exec",
    "title": "Co-Head Of Robotics"
  },

Clone this wiki locally