Update admin links

This commit is contained in:
DariusIII
2025-10-07 15:53:52 +02:00
parent d34737c48d
commit 0aa29212e8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
<!-- Admin Sidebar -->
<aside class="hidden md:flex md:flex-col w-64 bg-gray-900 text-white">
<div class="flex items-center justify-between p-4 border-b border-gray-800">
<a href="{{ url('/admin') }}" class="flex items-center space-x-2">
<a href="{{ route('admin.index') }}" class="flex items-center space-x-2">
<i class="fas fa-cog text-2xl text-blue-500"></i>
<span class="text-xl font-semibold">Admin Panel</span>
</a>
@@ -1,6 +1,6 @@
<div class="space-y-2 px-4">
<!-- Dashboard -->
<a href="{{ url('/admin') }}" class="flex items-center space-x-3 text-gray-300 hover:text-white hover:bg-gray-800 py-2 px-3 rounded transition">
<a href="{{ route('admin.index') }}" class="flex items-center space-x-3 text-gray-300 hover:text-white hover:bg-gray-800 py-2 px-3 rounded transition">
<i class="fas fa-tachometer-alt"></i>
<span>Dashboard</span>
</a>