Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Make navigation title configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
eleriojavere committed Mar 17, 2021
1 parent ca2c460 commit 337aa7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/nova-blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@

'hide_locale_column_from_index' => false,

'navigation_title' => 'Blog',

];
2 changes: 1 addition & 1 deletion resources/views/navigation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
d="M16,15H9V13H16V15M19,11H9V9H19V11M19,7H9V5H19V7M3,5V21H19V23H3A2,2 0 0,1 1,21V5H3M21,1A2,2 0 0,1 23,3V17C23,18.11 22.11,19 21,19H7A2,2 0 0,1 5,17V3C5,1.89 5.89,1 7,1H21M7,3V17H21V3H7Z"/>
</svg>
<span class="sidebar-label">
Blog
{{config('nova-blog.navigation_title')}}
</span>
</h3>

Expand Down

0 comments on commit 337aa7b

Please sign in to comment.