clean up views

This commit is contained in:
punkfairie 2025-02-20 20:44:06 -08:00
parent 9bb0924f2e
commit cea65304c3
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 3 additions and 6 deletions

View file

@ -8,9 +8,6 @@
- {{ $title }} @endisset
</title>
<!-- 98.css -->
{{-- <link rel="stylesheet" href="https://unpkg.com/98.css" /> --}}
<!-- Scripts -->
@vite(['resources/css/app.css', 'resources/js/app.js'])
</head>

View file

@ -1,13 +1,13 @@
<nav x-data="{ open: false }">
<nav>
<!-- Primary Navigation Menu -->
<div>
<!-- Logo -->
<a href="{{ route('dashboard') }}">
<a href="{{ route('admin') }}">
<x-application-logo class="w-20" />
</a>
<!-- Navigation Links -->
<a href="{{ route('dashboard') }}">Dashboard</a>
<a href="{{ route('admin') }}">Admin</a>
<!-- Profile -->
<a href="{{ route('profile.edit') }}">