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 }} @endisset
</title> </title>
<!-- 98.css -->
{{-- <link rel="stylesheet" href="https://unpkg.com/98.css" /> --}}
<!-- Scripts --> <!-- Scripts -->
@vite(['resources/css/app.css', 'resources/js/app.js']) @vite(['resources/css/app.css', 'resources/js/app.js'])
</head> </head>

View file

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