diff options
| author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-24 09:57:46 -0700 |
|---|---|---|
| committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-24 16:11:31 -0700 |
| commit | 47bb3139e4ff697d7a6ca81c8146fc7372adafa9 (patch) | |
| tree | d5eed900980a3ca19015127335ca1c5342e98c71 /src/components | |
| parent | 24a3e50c62df4f9c64a103154af2746c1f2ce8d0 (diff) | |
Added Cornell badges
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/profile/UniversityIcon.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/profile/UniversityIcon.tsx b/src/components/profile/UniversityIcon.tsx index 48cfe3dc..aef0de4f 100644 --- a/src/components/profile/UniversityIcon.tsx +++ b/src/components/profile/UniversityIcon.tsx @@ -20,6 +20,9 @@ const UniversityIcon: React.FC<UniversityIconProps> = ({ }) => { var universityIcon; switch (university) { + case 'cornell': + //TODO: + universityIcon = require('../../assets/universities/brown.png'); case 'brown': universityIcon = require('../../assets/universities/brown.png'); break; |
