Skip to content

Commit e5477d7

Browse files
committed
Update links.blade.php
1 parent 4f9c727 commit e5477d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/studio/links.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
{!! $links ?? ''->links() !!}
199199
</ul>
200200

201-
@if(count($links) > 3)<a class="btn btn-primary" href="{{ url('/studio/add-link') }}">{{__('messages.Add new link')}}</a>@endif
201+
@if(count($links) > 3)<a class="btn btn-primary" href="{{ url('/studio/add-link') }}">{{__('messages.Add new Link')}}</a>@endif
202202
</div>
203203
</section>
204204

0 commit comments

Comments
 (0)