From 2222579eea6b2de8b093c9201100335067bd51eb Mon Sep 17 00:00:00 2001 From: ankit-thanekar007 Date: Wed, 24 Mar 2021 11:03:19 -0700 Subject: Bunch of TODOs for Cornell Changes --- src/components/profile/ProfileHeader.tsx | 2 +- src/components/profile/UniversityIcon.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/profile') diff --git a/src/components/profile/ProfileHeader.tsx b/src/components/profile/ProfileHeader.tsx index e5bd9d93..87eeb507 100644 --- a/src/components/profile/ProfileHeader.tsx +++ b/src/components/profile/ProfileHeader.tsx @@ -60,7 +60,7 @@ const ProfileHeader: React.FC = ({ diff --git a/src/components/profile/UniversityIcon.tsx b/src/components/profile/UniversityIcon.tsx index aef0de4f..d738e745 100644 --- a/src/components/profile/UniversityIcon.tsx +++ b/src/components/profile/UniversityIcon.tsx @@ -21,8 +21,8 @@ const UniversityIcon: React.FC = ({ var universityIcon; switch (university) { case 'cornell': - //TODO: - universityIcon = require('../../assets/universities/brown.png'); + universityIcon = require('../../assets/universities/cornell.png'); + break; case 'brown': universityIcon = require('../../assets/universities/brown.png'); break; -- cgit v1.2.3-70-g09d2