Parcourir la source

update: fix word

tokumeikoi il y a 3 ans
Parent
commit
01b7c3b2b0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      public/theme/v2board/dashboard.blade.php

+ 1 - 1
public/theme/v2board/dashboard.blade.php

@@ -69,7 +69,7 @@
     gtag('config', 'G-P1E9Z5LRRK');
 </script>
 @if (file_exists(public_path("/theme/{$theme}/assets/custom.js")))
-    <script src="/theme/{{$theme}}/assets/custom.js?v={{$verison}}"></script>
+    <script src="/theme/{{$theme}}/assets/custom.js?v={{$version}}"></script>
 @endif
 </body>