Skip to content

Commit

Permalink
chore(assets): updates chart.js asset path
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkyilhampra committed Nov 17, 2024
1 parent 9265d37 commit 6858148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/beranda.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
@endsection

@push('jsLibraries')
<script src="{{ asset('assets/vendor/chart/chart.js/dist/Chart.min.js') }}"></script>
<script src="{{ asset('assets/vendor/chart.js/dist/Chart.min.js') }}"></script>
@endpush

@push('jsCustom')
Expand Down

0 comments on commit 6858148

Please sign in to comment.