@everymatrix/casino-header-controller 0.0.241 → 0.0.242

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-header-controller",
3
- "version": "0.0.241",
3
+ "version": "0.0.242",
4
4
  "main": "dist/casino-header-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "298253a66c9a5be49e9c3c631b327129dc84c541"
41
+ "gitHead": "3cc82c62fb2a642ad091ac207ae95928c21ba69c"
42
42
  }
@@ -239,7 +239,9 @@
239
239
  {/if}
240
240
  </div>
241
241
  <div class="HeaderBranding" on:click={()=>menuAction('lobby')}>
242
- <img src={everymatrixLogo} alt="Everymatrix logo">
242
+ {#if everymatrixLogo}
243
+ <img src={everymatrixLogo} alt="Everymatrix logo">
244
+ {/if}
243
245
  </div>
244
246
 
245
247
  <div class="HeaderTopActions">
@@ -269,7 +271,9 @@
269
271
  <header class="HeaderWrapper">
270
272
  <div class="HeaderContainer">
271
273
  <div class="HeaderBranding" on:click={()=>menuAction('lobby')}>
272
- <img src={everymatrixLogo} alt="Everymatrix logo">
274
+ {#if everymatrixLogo}
275
+ <img src={everymatrixLogo} alt="Everymatrix logo">
276
+ {/if}
273
277
  </div>
274
278
 
275
279
  <nav class="HeaderMainNav">
@@ -334,7 +338,9 @@
334
338
  </svg>
335
339
  </div>
336
340
  <div class="HeaderBranding" on:click={()=>menuAction('lobby')}>
337
- <img src={everymatrixLogo} alt="Everymatrix logo">
341
+ {#if everymatrixLogo}
342
+ <img src={everymatrixLogo} alt="Everymatrix logo">
343
+ {/if}
338
344
  </div>
339
345
 
340
346
  <div class="HeaderTopActions">
@@ -349,7 +355,9 @@
349
355
  <header class="HeaderWrapper">
350
356
  <div class="HeaderContainer">
351
357
  <div class="HeaderBranding" on:click={()=>menuAction('lobby')}>
352
- <img src={everymatrixLogo} alt="Everymatrix logo">
358
+ {#if everymatrixLogo}
359
+ <img src={everymatrixLogo} alt="Everymatrix logo">
360
+ {/if}
353
361
  </div>
354
362
 
355
363
  <nav class="HeaderMainNav">