Skip to content

Commit

Permalink
revert adding banner
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed Nov 24, 2024
1 parent 838fe75 commit 7ff01df
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions app/Livewire/Pages/ElectionPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public function getQueryParameters(): array
public function seo(string $title): SEOManager
{
return seo()
->image(\Vite::asset('resources/images/banner-social.png'))
->title(\sprintf(
'%s | %s %s',
$title,
Expand Down
2 changes: 0 additions & 2 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ protected function setSeoDefaults(): void
// ->description(default: '')
->locale(app()->getLocale())
->favicon()

->image(\Vite::asset('resources/images/banner-social.png'))
->twitter();
}

Expand Down
3 changes: 0 additions & 3 deletions resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import { Livewire, Alpine } from '../../vendor/livewire/livewire/dist/livewire.e
import Clipboard from '@ryangjchandler/alpine-clipboard';
import embed from './embed.js';
import map from './map.js';
import.meta.glob([
'../images/**',
]);

Alpine.plugin(Clipboard);
Alpine.data('embed', embed);
Expand Down

0 comments on commit 7ff01df

Please sign in to comment.