nebulapackage / nebula

Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
https://nebulapackage.com
227 stars 27 forks source link

fix(dashboards): remove hardcoded label in favor of object method #43

Closed ryangjchandler closed 3 years ago

ryangjchandler commented 3 years ago

This PR adds a new NebulaDashboard::label() method that is used to determine the label / text shown at the top of a dashboard's page.

image