Skip to content

Commit

Permalink
Fix broken bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jremes-foss committed Oct 25, 2020
1 parent b702b3a commit f5831a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Expand Up @@ -14,7 +14,7 @@
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
<link href="{{ asset('css/styles.css') }}" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</head>
<body>
<div id="app">
Expand Down

0 comments on commit f5831a9

Please sign in to comment.