diff --git a/frontend/src/app/NavBar.tsx b/frontend/src/app/NavBar.tsx index bb0362b..89c7386 100644 --- a/frontend/src/app/NavBar.tsx +++ b/frontend/src/app/NavBar.tsx @@ -61,13 +61,14 @@ export class NavBar extends Component
;
; - return
+ return ( +
club-logo
-
+
@@ -78,8 +79,9 @@ export class NavBar extends Component
+
-
; + ); } }