Update links.blade.php

This commit is contained in:
Julian Prieber 2023-06-22 15:02:48 +02:00
parent 4f9c7278cb
commit e5477d735b
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ if (isset($_COOKIE['LinkCount'])) {
{!! $links ?? ''->links() !!}
</ul>
@if(count($links) > 3)<a class="btn btn-primary" href="{{ url('/studio/add-link') }}">{{__('messages.Add new link')}}</a>@endif
@if(count($links) > 3)<a class="btn btn-primary" href="{{ url('/studio/add-link') }}">{{__('messages.Add new Link')}}</a>@endif
</div>
</section>