We have an Andrew Wang on the Discord team, and a different Andrew Wang on Syscom. Previously, the Syscom Andrew Wang's photo was being used for both Andrews on the Meet the Team page. This PR fixes things to use the correct image for each Andrew. Co-authored-by: Amy <a258wang@uwaterloo.ca> Reviewed-on: #471 Reviewed-by: Shahan Neda <snedadah@csclub.uwaterloo.ca>
This commit is contained in:
parent
14ef810ad9
commit
e7ca161e76
|
@ -40,7 +40,11 @@
|
|||
"files.eol": "\n",
|
||||
"[markdown]": {
|
||||
"editor.wordWrap": "on",
|
||||
"editor.quickSuggestions": false,
|
||||
"editor.quickSuggestions": {
|
||||
"comments": "off",
|
||||
"strings": "off",
|
||||
"other": "off"
|
||||
},
|
||||
"editor.tabSize": 4
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,8 @@
|
|||
"name": "Allen Lu"
|
||||
},
|
||||
{
|
||||
"name": "Andrew Wang"
|
||||
"name": "Andrew Wang",
|
||||
"image": "/images/team/AndrewWang-Discord.jpeg"
|
||||
},
|
||||
{
|
||||
"name": "Edwin Yi-Jan Yang",
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
"role": "Alumni"
|
||||
},
|
||||
{
|
||||
"name": "Andrew Wang"
|
||||
"name": "Andrew Wang",
|
||||
"image": "/images/team/AndrewWang-Syscom.jpg"
|
||||
},
|
||||
{
|
||||
"name": "Rio Liu"
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 426 KiB |
Before Width: | Height: | Size: 907 KiB After Width: | Height: | Size: 907 KiB |
Loading…
Reference in New Issue