Skip to content

Commit

Permalink
use list version of cover image for beatmapset opengraph header
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiviexd authored Nov 7, 2023
1 parent d4aeea1 commit 73813e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Libraries/Opengraph/BeatmapsetOpengraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function get(): array

return [
'description' => "osu! » {$section} » {$title}",
'image' => $this->beatmapset->coverURL('card'),
'image' => $this->beatmapset->coverURL('list'),
'title' => $title,
];
}
Expand Down

0 comments on commit 73813e0

Please sign in to comment.