From ecce172d6ef9664c3fe23e7a880eb47c320c6b1b Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Wed, 5 Aug 2020 13:42:46 -0400 Subject: [PATCH] Change CustomAppBar to sticky layout --- src/CustomAppBar.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/CustomAppBar.js b/src/CustomAppBar.js index 19cc8ba..10e78ef 100644 --- a/src/CustomAppBar.js +++ b/src/CustomAppBar.js @@ -21,7 +21,7 @@ export default function CustomAppBar(props){ return( <> - + {props.title} @@ -42,8 +42,6 @@ export default function CustomAppBar(props){ - {/* Empty toolbar is to offset content below AppBar */} - ); } \ No newline at end of file