Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed Nov 24, 2024
1 parent cd138c6 commit 8d30ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Livewire/Pages/ElectionPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public function getQueryParameters(): array
public function seo(string $title): SEOManager
{
return seo()
->image(\Vite::asset('resources/images/banner-social.png'))
// ->image(\Vite::asset('resources/images/banner-social.png'))
->title(\sprintf(
'%s | %s %s',
$title,
Expand Down

0 comments on commit 8d30ea1

Please sign in to comment.