Skip to content

Commit

Permalink
issue: #1253; (#1258)
Browse files Browse the repository at this point in the history
* issue: #1253;

* issue: #1254;
  • Loading branch information
migbash authored May 2, 2023
1 parent 9170358 commit 1051d83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@

<WidgetTitle
WIDGET_TITLE={FEATURED_MATCH_WIDGET_DATA_SEO.widget_title}
OVERRIDE_COLOR={true}
OVERRIDE_COLOR={viewportDesktop ? true : false}
/>

<div
Expand Down
4 changes: 2 additions & 2 deletions src/routes/[[lang=lang]]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
const TABLET_VIEW = 1160;
const MOBILE_VIEW = 475;
let mobileExclusive: boolean = true;
let tabletExclusive: boolean = true;
let mobileExclusive: boolean = false;
let tabletExclusive: boolean = false;
onMount(async () => {
[tabletExclusive, mobileExclusive] =
Expand Down

0 comments on commit 1051d83

Please sign in to comment.