Navbar路由表更新

This commit is contained in:
筱锋xiao_lfeng 2023-06-15 00:03:19 +08:00
parent 9ad4940ce5
commit 057bccb4d0

View File

@ -3,8 +3,7 @@
<div class="flex lg:flex-1"> <div class="flex lg:flex-1">
<a href="#" class="-m-1.5 p-1.5"> <a href="#" class="-m-1.5 p-1.5">
<span class="sr-only">Your Company</span> <span class="sr-only">Your Company</span>
<img class="h-8 w-auto" src="{{ asset('images/logo.jpg') }}" <img class="h-8 w-auto rounded-full" src="{{ asset('images/logo.jpg') }}" alt="">
alt="">
</a> </a>
</div> </div>
<div class="flex lg:hidden"> <div class="flex lg:hidden">
@ -27,11 +26,11 @@ class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-gray
<i class="bi bi-link-45deg"></i> <i class="bi bi-link-45deg"></i>
<span class="flex-1 ml-1 whitespace-nowrap">友链</span> <span class="flex-1 ml-1 whitespace-nowrap">友链</span>
</a> </a>
<a href="#" class="text-sm font-semibold leading-6 text-gray-900"> <a href="{{ route('function.sponsor') }}" class="text-sm font-semibold leading-6 text-gray-900">
<i class="bi bi-piggy-bank"></i> <i class="bi bi-piggy-bank"></i>
<span class="flex-1 ml-1 whitespace-nowrap">赞助</span> <span class="flex-1 ml-1 whitespace-nowrap">赞助</span>
</a> </a>
<a href="#" class="text-sm font-semibold leading-6 text-gray-900"> <a href="{{ route('function.music') }}" class="text-sm font-semibold leading-6 text-gray-900">
<i class="bi bi-music-note"></i> <i class="bi bi-music-note"></i>
<span class="flex-1 ml-1 whitespace-nowrap">音乐</span> <span class="flex-1 ml-1 whitespace-nowrap">音乐</span>
</a> </a>