Fix: channels.show route not found - changed to channel
This commit is contained in:
parent
e0e6c803a9
commit
76b4796ab2
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user