Skip to content

Commit

Permalink
feat: removed livescores-v1 (page-level);
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Feb 28, 2023
1 parent 5f53143 commit 55df3ad
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/routes/[[lang=lang]]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import LeaguesTableWidget from '$lib/components/page/home/leagues_table/_Leagues_Table_Widget.svelte';
import LeagueListWidget from '$lib/components/page/home/league_list/_LeagueList_Widget.svelte';
import LivescoresWidget from '$lib/components/page/home/livescores-v2/Livescores_Widget.svelte';
import LiveScoresWidget from '$lib/components/page/home/live_scores_football/_LiveScores_Widget.svelte';
import SeoBlock from '$lib/components/page/home/seo_block_homepage/_SEO_Block.svelte';
import SvelteSeo from 'svelte-seo';
Expand Down Expand Up @@ -207,14 +206,14 @@
-->
<div class="grid-display-column">
<LivescoresWidget />
<div>
<!-- <div>
<LiveScoresWidget
{LIVE_SCORES_DATA_DATA_SEO}
{LIVE_SCORES_DATA_LEAGUES}
{LIVE_SCORES_FOOTBALL_TRANSLATIONS}
{LIVESCORES_FOOTBALL_TOURNAMENTS}
/>
</div>
</div> -->
<SeoBlock {SEO_BLOCK_DATA} />
</div>
<!--
Expand Down Expand Up @@ -243,12 +242,12 @@
-->
<div class="grid-display-column">
<div>
<LiveScoresWidget
<!-- <LiveScoresWidget
{LIVE_SCORES_DATA_DATA_SEO}
{LIVE_SCORES_DATA_LEAGUES}
{LIVE_SCORES_FOOTBALL_TRANSLATIONS}
{LIVESCORES_FOOTBALL_TOURNAMENTS}
/>
/> -->
</div>
<FeaturedBettingSitesWidget
{FEATURED_BETTING_SITES_WIDGET_DATA_SEO}
Expand Down

0 comments on commit 55df3ad

Please sign in to comment.