Minor HTML fixes

This commit is contained in:
Deon George 2024-09-08 14:16:15 +10:00
parent 84d9d271dc
commit 2c4bf83250
2 changed files with 2 additions and 2 deletions

View File

@ -194,6 +194,6 @@ return [
|
*/
'same_site' => null,
'same_site' => env('SESSION_SAME_SITE', 'lax'),
];

View File

@ -12,7 +12,7 @@
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css">
<link type="text/css" rel="stylesheet" href="{{ asset('oldschool/css/main.css') }}" media="screen">
<link type="text/css" rel="stylesheet" href="{{ url('oldschool/css/main.css') }}" media="screen">
@yield('page-css')