Skip to content

Commit

Permalink
Fixed bower path
Browse files Browse the repository at this point in the history
  • Loading branch information
bluezed authored Aug 4, 2023
1 parent 6c6fef7 commit 173f5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FloatTheadAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class FloatTheadAsset extends AssetBundle
{
public $sourcePath = '@bower/floatThead/dist';
public $sourcePath = '@bower/floatthead/dist';
public $js = ['jquery.floatThead.min.js'];
public $depends = [
'yii\web\JqueryAsset',
Expand Down

0 comments on commit 173f5aa

Please sign in to comment.