Skip to content

Commit

Permalink
Rename item in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Jun 27, 2021
1 parent 0cf06df commit 8235ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/header.inc.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $_header_nav = [
['label' => 'Discord', 'url' => '/discord', 'visible' => (Common::$config->discord->enabled)],
['label' => '-', 'visible' => (Common::$config->discord->enabled)],
['label' => 'Contributors', 'url' => '/credits'],
['label' => 'Donate to Us', 'url' => '/donate'],
['label' => 'Support Us', 'url' => '/donate'],
['label' => 'Server List', 'url' => '/servers'],
['label' => 'Users', 'url' => '/user/index'],
['label' => '-'],
Expand Down

0 comments on commit 8235ef8

Please sign in to comment.