@everymatrix/casino-footer-v2 1.1.2 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-footer-v2",
3
- "version": "1.1.2",
3
+ "version": "1.1.5",
4
4
  "main": "dist/casino-footer-v2.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "a331dfb7a0daca971fec89907140c9353dc5f0b3"
39
+ "gitHead": "8382d5b109b967bd6756236bd96bb5a13d51e40e"
40
40
  }
@@ -150,7 +150,7 @@
150
150
 
151
151
  const getCmsData = ():void => {
152
152
  let url:URL = new URL(`${endpoint}/${lang}/footer-raw-data`);
153
-
153
+
154
154
  url.searchParams.append('env', env);
155
155
 
156
156
  let device = getDevice(userAgent)
@@ -328,7 +328,7 @@
328
328
 
329
329
  const setActiveLanguage = ():void => {
330
330
  setLocale(lang);
331
- panicButtonCustomText = $_('casinoFooter.panicButton');
331
+ panicButtonCustomText = $_('casinoFooter.panicButton');
332
332
  }
333
333
 
334
334
  onMount(() => {
@@ -590,7 +590,6 @@
590
590
  font-weight: 400;
591
591
  height: 100%;
592
592
  display: flex;
593
- padding: 100px 0;
594
593
  max-width: 1200px;
595
594
  margin: auto;
596
595
  background-color: $color-white;