Looking much better
All checks were successful
Build Docker image / build (pull_request) Successful in 1m47s
All checks were successful
Build Docker image / build (pull_request) Successful in 1m47s
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
// Add any navbar logic here if needed
|
||||
</script>
|
||||
|
||||
<nav class="bg-gray-800 text-white p-4 flex items-center justify-between">
|
||||
<div class="font-bold text-lg">ESN Scanner</div>
|
||||
<ul class="flex space-x-4">
|
||||
<li><a href="/private/home" class="hover:underline">Home</a></li>
|
||||
<li><a href="/private/scanner" class="hover:underline">Scanner</a></li>
|
||||
</ul>
|
||||
<nav class="bg-white border-b border-gray-300 text-gray-900 p-4 flex items-center justify-between">
|
||||
<div class="font-bold text-lg">ESN Scanner</div>
|
||||
<ul class="flex space-x-4">
|
||||
<li><a href="/private/home" class="hover:underline">Home</a></li>
|
||||
<li><a href="/private/scanner" class="hover:underline">Scanner</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="container p-2 bg-white ">
|
||||
|
||||
Reference in New Issue
Block a user