mirror of
https://github.com/1f349/themes.git
synced 2024-12-21 15:54:12 +00:00
Fix nav links
This commit is contained in:
parent
4b11889f9b
commit
14d0b4ef43
@ -1,8 +1,8 @@
|
||||
<header>
|
||||
<div class="max-w-8xl mx-auto">
|
||||
<div class="py-4 border-b border-slate-900/10 lg:px-8 lg:border-0 dark:border-slate-300/10 mx-4 lg:mx-0">
|
||||
<div class="border-b border-slate-900/10 lg:px-8 lg:border-0 dark:border-slate-300/10 mx-4 lg:mx-0">
|
||||
<div class="relative flex items-center">
|
||||
<a class="mr-3 flex-none flex w-[2.0625rem] overflow-hidden md:w-auto items-center font-bold" href="/">
|
||||
<a class="p-4 mr-3 flex-none flex w-[2.0625rem] overflow-hidden md:w-auto items-center font-bold" href="/">
|
||||
<span class="sr-only">{{.ServiceName}}</span>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-key-round text-slate-900 dark:text-white w-auto h-5">
|
||||
<path d="M2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4a6.5 6.5 0 1 0-4-4Z"/>
|
||||
@ -12,11 +12,9 @@
|
||||
</a>
|
||||
<div class="relative hidden lg:flex items-center ml-auto">
|
||||
<nav class="text-sm leading-6 font-semibold">
|
||||
<ul class="flex space-x-8">
|
||||
<li><a href="https://1f349.com" target="_blank">1f349.com</a></li>
|
||||
</ul>
|
||||
<ul class="flex space-x-8">
|
||||
<li><a href="https://status.1f349.com" target="_blank">Status</a></li>
|
||||
<ul class="flex">
|
||||
<li><a href="https://1f349.com" target="_blank" class="p-4">1f349.com</a></li>
|
||||
<li><a href="https://status.1f349.com" target="_blank" class="p-4">Status</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user