thecore_ui_rails_admin 3.2.13 → 3.2.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 523359e0f1f547b074ec31c1702577d481d3b58c70a42726e83a7684590a2717
4
- data.tar.gz: 1cea92e450a3763f7b7f41486c5bb125fcf20d880db4ffecdb4a56844b80c24b
3
+ metadata.gz: cb07f74d47545d610485c94eacf90a0e434a1257bdf21dff10035a3ab6fe3406
4
+ data.tar.gz: '0940afcd49c9058d998bcb818c3bf5c8ccd98abebed9ba99dfb7f17bea14c60e'
5
5
  SHA512:
6
- metadata.gz: 36500ef5396efc478495bf755806d19ab349030e876f1ca41efcc778e043813805f1d979088c64e4ea0cdae4e3d7fb8553850ef1cfcc5f28a9a6e835b8e5f790
7
- data.tar.gz: 1a3c5d9a53bfc3b493dcd1ab3ba452a289d0b693d239544b05c5d55fea1a0096f6f65b647e6ed941cffc37553ea71da2e38eb6589f908f21f80edf49d5c33780
6
+ metadata.gz: 93c82926aed8c38b369f1998a55e3e8c9030c7d6e8c32555b04dc75567301d72b49364a733f335b368c1b1fd7963d402d4ad0707033258e25f333b0e63052e1b
7
+ data.tar.gz: 548b8f38f240847150a028a72779381d074eabe13e065a8dec882619f0fc8577ff1e2a428cb564278955a692560d911e7f3f02bae8c5e4239ab27e87f1a89618
@@ -25,8 +25,8 @@ $(document).on('turbo:load', function (event) {
25
25
  })
26
26
  console.log(" - Hash:", currentURL.hash);
27
27
 
28
- // Add the customer_logo before the Title
29
- const customer_logo_path = "<%= asset_path('customer_logo.png') %>";
28
+ // Add the app_logo before the Title
29
+ const customer_logo_path = "<%= asset_path('app_logo.svg') %>";
30
30
  $(".navbar-brand").prepend(`<img class="navbar-brand-logo" alt="Customer Logo" src="${customer_logo_path}"/>`);
31
31
  });
32
32
 
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiRailsAdmin
2
- VERSION = "3.2.13".freeze
2
+ VERSION = "3.2.14".freeze
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.13
4
+ version: 3.2.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-30 00:00:00.000000000 Z
10
+ date: 2025-02-05 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: thecore_ui_commons