Laravel-Backpack / theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.
MIT License
21 stars 12 forks source link

remove administration keyword from menus #78

Closed tabacitu closed 1 year ago

tabacitu commented 1 year ago

In tabler, all layouts had their sidebars start with a hardcoded "Administration" separator. That was discovered in https://github.com/Laravel-Backpack/CRUD/issues/5134 because there was no way to remove it.

This PR removes that hardcoded item. I checked all layouts, sidebar still look good without it. Even better, actually.

This PR fixes https://github.com/Laravel-Backpack/theme-tabler/issues/65