mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Use route() for settings link
This commit is contained in:
parent
1b794c8508
commit
38e45d3890
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
<div class="dropdown-divider"></div>
|
||||
@endif
|
||||
<a class="dropdown-item font-weight-bold" href="{{ Auth::user()->url() }}">My Profile</a>
|
||||
<a class="dropdown-item font-weight-bold" href="{{url(config('app.url') . '/settings')}}">Settings</a>
|
||||
<a class="dropdown-item font-weight-bold" href="{{route('settings')}}">Settings</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item font-weight-bold" href="{{route('remotefollow')}}">Remote Follow</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
|
|
Loading…
Reference in a new issue