Skip to content

Commit

Permalink
🐛 fix dark mode (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG authored Sep 29, 2023
1 parent e4623f7 commit acf8a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<link rel="author" href="/humans.txt">
<link rel="manifest" href="/manifest.json"/>

@vite(['resources/sass/app.scss', 'resources/sass/app.scss', 'resources/js/app.js'])
@vite(['resources/sass/app.scss', 'resources/sass/app-dark.scss', 'resources/js/app.js'])

@yield('head')
</head>
Expand Down

0 comments on commit acf8a8f

Please sign in to comment.