Fix: channels.show route not found - changed to channel

This commit is contained in:
ghassan 2026-03-03 19:28:13 +03:00
parent e0e6c803a9
commit 76b4796ab2

View File

@ -506,7 +506,7 @@
<i class="bi bi-collection-play-fill"></i>
<span>History</span>
</a>
<a href="{{ auth()->check() ? route('channels.show', auth()->user()->channel) : route('login') }}" class="yt-bottom-nav-item">
<a href="{{ auth()->check() ? route('channel', auth()->user()->channel) : route('login') }}" class="yt-bottom-nav-item">
<i class="bi bi-person-fill"></i>
<span>Profile</span>
</a>