aboutsummaryrefslogtreecommitdiff
path: root/src/components/search/SearchResultCell.tsx
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-24 11:10:08 -0700
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-03-24 16:11:31 -0700
commit592cb776068b2f1daf90755e04b33cdeba2bb947 (patch)
treeb5b12a1029778de73f7b344f4520c767fd59b6f2 /src/components/search/SearchResultCell.tsx
parent2222579eea6b2de8b093c9201100335067bd51eb (diff)
Bunch of Todos + icon updates
Diffstat (limited to 'src/components/search/SearchResultCell.tsx')
-rw-r--r--src/components/search/SearchResultCell.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/search/SearchResultCell.tsx b/src/components/search/SearchResultCell.tsx
index 3379d789..4484bcd3 100644
--- a/src/components/search/SearchResultCell.tsx
+++ b/src/components/search/SearchResultCell.tsx
@@ -153,7 +153,7 @@ const SearchResultsCell: React.FC<SearchResults> = ({
<View style={[styles.imageContainer, styles.categoryBackground]}>
<Image
resizeMode="contain"
- source={category === 'Brown' ? universityIcon() : searchIcon()} //TODO: Change
+ source={category === 'Brown' ? universityIcon() : searchIcon()} //TODO: Update for Cornell
style={styles.categoryImage}
/>
</View>