Fix Andrew Wang Photos (#471)
continuous-integration/drone/push Build is passing Details

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:
Amy Wang 2022-06-29 00:42:46 -04:00
parent 14ef810ad9
commit e7ca161e76
5 changed files with 9 additions and 3 deletions

View File

@ -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
}
}

View File

@ -11,7 +11,8 @@
"name": "Allen Lu"
},
{
"name": "Andrew Wang"
"name": "Andrew Wang",
"image": "/images/team/AndrewWang-Discord.jpeg"
},
{
"name": "Edwin Yi-Jan Yang",

View File

@ -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

View File

Before

Width:  |  Height:  |  Size: 907 KiB

After

Width:  |  Height:  |  Size: 907 KiB