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