mirror of
https://github.com/besoeasy/file-drop.git
synced 2026-01-27 13:48:50 -06:00
Enhance admin link in footer with icon and improved layout
This commit is contained in:
+4
-1
@@ -623,7 +623,10 @@
|
||||
<span class="text-gray-400">•</span>
|
||||
<span class="text-gray-300 font-mono text-sm">v{{ status.appver }}</span>
|
||||
<span class="text-gray-400">•</span>
|
||||
<a href="/admin.html" class="text-white hover:text-gray-300 transition-colors duration-300">Admin</a>
|
||||
<a href="/admin.html" class="text-white hover:text-gray-300 transition-colors duration-300 flex items-center gap-2">
|
||||
<i class="fas fa-cog"></i>
|
||||
<span>Admin</span>
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user