mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
hall of fame
This commit is contained in:
@@ -5,6 +5,7 @@ namespace App\Http\Livewire\BookCase;
|
||||
use App\Models\Country;
|
||||
use App\Models\User;
|
||||
use Livewire\Component;
|
||||
use RalphJSmit\Laravel\SEO\Support\SEOData;
|
||||
|
||||
class HighscoreTable extends Component
|
||||
{
|
||||
@@ -19,6 +20,12 @@ class HighscoreTable extends Component
|
||||
])
|
||||
->orderByDesc('orange_pills_count')
|
||||
->get(),
|
||||
])->layout('layouts.app', [
|
||||
'SEOData' => new SEOData(
|
||||
title: __('Highscore Table'),
|
||||
description: __('Hall of fame of our honorable plebs'),
|
||||
image: asset('img/highscore_table_screenshot.png'),
|
||||
)
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user