Преглед изворни кода

fix image to point to correct api

staging
azri пре 2 недеља
родитељ
комит
f10fa7cfb3

+ 1
- 1
content/globals/company_profile.yaml Прегледај датотеку

@@ -3,7 +3,7 @@ data:
3 3
   address: '<p>RRI Football Park LGM Sungai Buloh, <br>Jalan Sungai Buloh, PJU4 47000 <br>Petaling Jaya, Selangor, Malaysia</p>'
4 4
   phone_no: '+60122274616'
5 5
   email_office: help@thebola.club
6
-  site_url: 'https://thebola.club/'
6
+  site_url: 'https://api.thebola.club/'
7 7
   facebook_link: 'https://www.facebook.com/'
8 8
   twitter_link: 'https://twitter.com/home?lang=en'
9 9
   youtube_link: 'https://www.youtube.com/'

+ 2
- 2
public/js/main.js Прегледај датотеку

@@ -11083,7 +11083,7 @@ $(document).ready(function () {
11083 11083
               $(newField).on('click', function () {
11084 11084
                 handleClickFieldLocation(city, state, field_name, newField);
11085 11085
               });
11086
-              $(newField).find('.field-location-img').attr("style", "background-image:url(https://thebola.club/files/".concat(photo_path, ")"));
11086
+              $(newField).find('.field-location-img').attr("style", "background-image:url(https://api.thebola.club/files/".concat(photo_path, ")"));
11087 11087
               $(container).append(newField);
11088 11088
             });
11089 11089
           } catch (err) {
@@ -11123,7 +11123,7 @@ $(document).ready(function () {
11123 11123
             $(newField).on('click', function () {
11124 11124
               handleClickField(slot_rules, newField);
11125 11125
             });
11126
-            $(newField).find('.field-img').attr("style", "background-image:url(https://thebola.club/files/".concat(photo_path, ")"));
11126
+            $(newField).find('.field-img').attr("style", "background-image:url(https://api.thebola.club/files/".concat(photo_path, ")"));
11127 11127
             $(container).append(newField);
11128 11128
           });
11129 11129
         } catch (err) {

+ 1
- 1
resources/views/partials/_navbar.antlers.html Прегледај датотеку

@@ -27,7 +27,7 @@
27 27
                             <a id="register-btn" href="{{ url }}" class="nav-link" aria-current="page"> Register </a>
28 28
                         </li>
29 29
                         <li class="nav-item my-1">
30
-                            <a id="signin-btn" href="https://thebola.club/login" class="nav-link db-btn" style="padding: 0.5rem 2rem" href="#">Sign in</a>
30
+                            <a id="signin-btn" href="https://api.thebola.club/login" class="nav-link db-btn" style="padding: 0.5rem 2rem" href="#">Sign in</a>
31 31
                         </li>
32 32
                     </ul>
33 33
                 </div>

Loading…
Откажи
Сачувај