Skip to content

Commit

Permalink
Chores/fix theme setup (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsaschz authored Mar 6, 2022
1 parent a39cf5b commit 108d5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="csrf-token" content="{{ csrf_token() }}">
<script defer src="{{ mix('js/lms-theme.js') }}"></script>
<script defer src="{{ mix('/js/lms-theme.js') }}"></script>
<link rel="stylesheet" href="{{ mix('css/lms-theme.css') }}"></link>
<link
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"
Expand Down

1 comment on commit 108d5cf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 1/1
🟢 Branches 100% 0/0
🟢 Functions 100% 1/1
🟢 Lines 100% 1/1

Test suite run success

1 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 108d5cf

Please sign in to comment.