From 3113ae249b229b37760501453ef2334d6b145df7 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Fri, 2 Jul 2021 14:56:03 -0400 Subject: Remove dup screen --- src/routes/main/MainStackScreen.tsx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/routes/main/MainStackScreen.tsx b/src/routes/main/MainStackScreen.tsx index 43760b60..65a695f5 100644 --- a/src/routes/main/MainStackScreen.tsx +++ b/src/routes/main/MainStackScreen.tsx @@ -344,13 +344,6 @@ const MainStackScreen: React.FC = ({route}) => { gestureEnabled: false, }} /> - ); }; -- cgit v1.2.3-70-g09d2 From 23600bc29f93987e424485e12f0c24a698613014 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 2 Jul 2021 15:09:54 -0400 Subject: Replace the old brown.png with a new higher-res one to fix the bluriness when the crest was larger. --- src/assets/universities/brown.png | Bin 3234 -> 11042 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'src') diff --git a/src/assets/universities/brown.png b/src/assets/universities/brown.png index 1f1fd887..a8070f61 100644 Binary files a/src/assets/universities/brown.png and b/src/assets/universities/brown.png differ -- cgit v1.2.3-70-g09d2