Skip to content

Commit

Permalink
Renamed Big Kahuna to Menu in the cp
Browse files Browse the repository at this point in the history
  • Loading branch information
Eworm committed Dec 5, 2018
1 parent 28ac606 commit 51552be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BigKahunaListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function addNavItems($nav)
{
// Create the first level navigation item
// Note: by using route('store'), it assumes you've set up a route named 'store'.
$menus = Nav::item('Big Kahuna')->route('addons.menu_editor')->icon('cake');
$menus = Nav::item('Menu')->route('addons.menu_editor')->icon('compass');

// Finally, add our first level navigation item
// to the navigation under the 'tools' section.
Expand Down
2 changes: 1 addition & 1 deletion resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div class="flex items-center flex-wrap mb-3">

<h1 class="w-full text-center mb-2 md:mb-0 md:text-left md:w-auto md:flex-1">Big Kahuna</h1>
<h1 class="w-full text-center mb-2 md:mb-0 md:text-left md:w-auto md:flex-1">Menu</h1>

<div class="controls flex flex-wrap justify-center md:block items-center w-full md:w-auto">
<div class="btn-group btn-group-primary ml-1" v-if="arePages && changed">
Expand Down

0 comments on commit 51552be

Please sign in to comment.