增加会员中心 导航
This commit is contained in:
@@ -106,6 +106,10 @@
|
|||||||
class="text-purple-300 hover:text-purple-100 font-bold flex items-center transition hidden sm:flex {{ request()->routeIs('duty-hall.*') ? 'text-purple-100 underline underline-offset-4' : '' }}">
|
class="text-purple-300 hover:text-purple-100 font-bold flex items-center transition hidden sm:flex {{ request()->routeIs('duty-hall.*') ? 'text-purple-100 underline underline-offset-4' : '' }}">
|
||||||
勤务台
|
勤务台
|
||||||
</a>
|
</a>
|
||||||
|
<a href="{{ route('vip.center') }}"
|
||||||
|
class="text-rose-400 hover:text-rose-300 font-bold flex items-center transition hidden sm:flex {{ request()->routeIs('vip.center') ? 'text-rose-200 underline underline-offset-4' : '' }}">
|
||||||
|
会员中心
|
||||||
|
</a>
|
||||||
<a href="{{ route('guestbook.index') }}"
|
<a href="{{ route('guestbook.index') }}"
|
||||||
class="text-indigo-200 hover:text-white font-bold flex items-center transition hidden sm:flex">
|
class="text-indigo-200 hover:text-white font-bold flex items-center transition hidden sm:flex">
|
||||||
留言板
|
留言板
|
||||||
|
|||||||
Reference in New Issue
Block a user