diff --git a/resources/views/layout/navbar.blade.php b/resources/views/layout/navbar.blade.php
index 05da350..8503977 100644
--- a/resources/views/layout/navbar.blade.php
+++ b/resources/views/layout/navbar.blade.php
@@ -20,12 +20,14 @@
- @if (Request::segment(2) != "hi-five-sports-club" || Request::segment(2) != "hi-five-sports-zone")
- -
-
- Team Store
-
-
+ @if (Request::segment(2) == "hi-five-sports-club" || Request::segment(2) == "hi-five-sports-zone")
+
+ @else
+ -
+
+ Team Store
+
+
@endif
-