Fix bug
This commit is contained in:
parent
25ce01afb8
commit
327d194ce2
|
@ -4,7 +4,7 @@
|
|||
|
||||
@foreach($links as $link)
|
||||
@if(isset($link->custom_html) && $link->custom_html)
|
||||
@include('blocks::' . $link->name . '.display', ['link' => $link, 'initial' => $initial++])
|
||||
@include('blocks::' . $link->type . '.display', ['link' => $link, 'initial' => $initial++])
|
||||
@else
|
||||
@switch($link->name)
|
||||
@case('icon')
|
||||
|
|
Loading…
Reference in New Issue