mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update nav partial
This commit is contained in:
parent
1324605389
commit
eadf0c3b6c
1 changed files with 6 additions and 6 deletions
|
@ -18,16 +18,16 @@
|
||||||
|
|
||||||
<ul class="navbar-nav ml-auto">
|
<ul class="navbar-nav ml-auto">
|
||||||
<li>
|
<li>
|
||||||
<a class="nav-link font-weight-bold text-primary" href="{{ route('login') }}" title="Login">
|
<a class="nav-link font-weight-bold text-dark" href="{{ route('login') }}" title="Login">
|
||||||
{{ __('Login') }}
|
{{ __('Login') }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@if(config('pixelfed.open_registration') && config('instance.restricted.enabled') == false)
|
@if(config('pixelfed.open_registration') && config('instance.restricted.enabled') == false)
|
||||||
<li>
|
<li>
|
||||||
<a class="nav-link font-weight-bold" href="{{ route('register') }}" title="Register">
|
<a class="ml-3 nav-link font-weight-bold text-dark" href="{{ route('register') }}" title="Register">
|
||||||
{{ __('Register') }}
|
{{ __('Register') }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
@endif
|
@endif
|
||||||
@else
|
@else
|
||||||
<div class="ml-auto">
|
<div class="ml-auto">
|
||||||
|
|
Loading…
Reference in a new issue