Update navigation groups for various resources: change ManageCtaSettings to 'Home', CommentResource and NewsResource to 'News', and add 'Brands' for BrandResource. Update navigation icon for SolutionResource to 'heroicon-o-light-bulb'.

This commit is contained in:
2025-07-28 20:08:37 +05:00
parent 7fdb99cc79
commit b23f537086
5 changed files with 6 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ class SolutionResource extends Resource
{
protected static ?string $model = Solution::class;
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
protected static ?string $navigationIcon = 'heroicon-o-light-bulb';
protected static ?string $navigationGroup = 'Solutions';