Skip to content

Commit

Permalink
because of better icon loading speed
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Nov 6, 2024
1 parent cc09b84 commit 9d032b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/main.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@vite(['resources/sass/app.scss', 'resources/js/app.js'])

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script src="https://kit.fontawesome.com/e46847d218.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://kit.fontawesome.com/e46847d218.css" crossorigin="anonymous">

@stack('styles')
<script src="https://code.jquery.com/jquery-3.6.3.min.js"></script>
Expand Down

0 comments on commit 9d032b7

Please sign in to comment.