edit watch page url
This commit is contained in:
parent
d9f257e4d1
commit
48cf3e33d0
|
@ -51,7 +51,6 @@ password: 12345678
|
|||
|
||||
- [littlelink]
|
||||
- [laravel]
|
||||
- [panel template]
|
||||
|
||||
## [Donate](#donate)
|
||||
|
||||
|
@ -62,5 +61,4 @@ bitcoin: 1FQJWCZJoLKfJei7NFisTH65yNUjugJRi4
|
|||
[home]: <https://github.com/khashayarzavosh/admin-littlelink/blob/main/demo-home.png>
|
||||
[panel]: <https://github.com/khashayarzavosh/admin-littlelink/blob/main/demo-panel.png>
|
||||
[laravel]: <https://github.com/laravel/laravel>
|
||||
[panel template]: <https://colorlib.com/wp/bootstrap-sidebar>
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="nav navbar-nav ml-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/+{{ Auth::user()->name }}" target="_blank">Watch Page</a>
|
||||
<a class="nav-link" href="/+{{ Auth::user()->littlelink_name }}" target="_blank">Watch Page</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue