changed blogs link

This commit is contained in:
tracer 2021-06-12 15:59:17 +02:00
parent 0f0c8e88c7
commit a40f0e7d14
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class DashboardController extends AbstractDashboardController
public function configureMenuItems(): iterable
{
yield MenuItem::linktoRoute('Back to the website', 'fas fa-home', 'blog');
yield MenuItem::linktoRoute('Back to the website', 'fas fa-home', 'blogs');
yield MenuItem::linktoDashboard('Dashboard', 'fas fa-tachometer-alt');
yield MenuItem::linkToCrud('User', 'fas fa-user', User::class);
yield MenuItem::linkToCrud('Sections', 'fas fa-book', Section::class);