updated gallery

This commit is contained in:
2026-03-17 18:34:26 +01:00
parent 7b37259a2c
commit 7da0fd39f7
52 changed files with 1216 additions and 870 deletions

View File

@@ -6,8 +6,6 @@ use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\DB;
use App\Models\Artwork;
use App\Models\ArtworkStats;
use App\Models\User;
class TopAuthorsController extends Controller
{
@@ -51,7 +49,7 @@ class TopAuthorsController extends Controller
];
});
$page_title = 'Top Authors';
$page_title = 'Top Creators';
return view('web.authors.top', compact('page_title', 'authors', 'metric'));
}