I have cluster for advertisement and they want to make the cluster navigation top instead of the usuall left menu..
<?php
namespace App\Filament\Clusters;
use Filament\Clusters\Cluster;
class Advertisement extends Cluster
{
protected static ?string $navigationIcon = 'heroicon-o-squares-2x2';
}