Commit 2921ef6b authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - created topnav elements WIP

parent ebbaaa1c
...@@ -55,7 +55,7 @@ class Config ...@@ -55,7 +55,7 @@ class Config
*/ */
public function topNavStart($right) public function topNavStart($right)
{ {
return View('Limitless::Topnav.TopNavStart') return View('Limitless::Topnav.Start')
->withRight( ($right ?? false) ); ->withRight( ($right ?? false) );
} }
...@@ -68,7 +68,7 @@ class Config ...@@ -68,7 +68,7 @@ class Config
*/ */
public function topNavStop() public function topNavStop()
{ {
return View('Limitless::Topnav.TopNavStop'); return View('Limitless::Topnav.Stop');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment