mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Update admin links
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user