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'),
|
||||
)
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
BIN
public/img/highscore_table_screenshot.png
Normal file
BIN
public/img/highscore_table_screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
@@ -621,5 +621,6 @@
|
||||
"Venues in the surrounding area.": "Veranstaltungsorte in der Umgebung.",
|
||||
"nova-spatie-permissions::lang.display_names\": \"": "",
|
||||
"PlebArt": "",
|
||||
"Highscore Table": "Highscore-Tabelle"
|
||||
"Highscore Table": "Highscore-Tabelle",
|
||||
"Hall of fame of our honorable plebs": "Hall of fame unserer Plebs"
|
||||
}
|
||||
|
||||
@@ -613,5 +613,6 @@
|
||||
"Lecturers in the surrounding area.": "",
|
||||
"Venues in the surrounding area.": "",
|
||||
"PlebArt": "",
|
||||
"Highscore Table": ""
|
||||
"Highscore Table": "",
|
||||
"Hall of fame of our honorable plebs": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user