Skip to content

Commit 805afa2

Browse files
Change position of Livewire Style (#1093)
* Change position of Livewire Style * Update app.blade.php Co-authored-by: Taylor Otwell <[email protected]>
1 parent 5481f16 commit 805afa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: stubs/livewire/resources/views/layouts/app.blade.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<!-- Fonts -->
1111
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
1212

13-
<!-- Styles -->
14-
@livewireStyles
15-
1613
<!-- Scripts -->
1714
@vite(['resources/css/app.css', 'resources/js/app.js'])
15+
16+
<!-- Styles -->
17+
@livewireStyles
1818
</head>
1919
<body class="font-sans antialiased">
2020
<x-jet-banner />

0 commit comments

Comments
 (0)