chore(deps): Bump dependencies

chore(view): Remove tabindex from main selector
This commit is contained in:
Brandon
2021-02-08 20:43:48 -06:00
parent a3d3e54a9d
commit e845481fc2
5 changed files with 839 additions and 967 deletions

View File

@@ -6,7 +6,7 @@
@include('partials.header')
<main id="main" tabindex="-1" class="py-8 prose main">
<main id="main" class="py-8 prose main">
@yield('content')
</main>