Skip to content

Commit 327d194

Browse files
committed
Fix bug
1 parent 25ce01a commit 327d194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/linkstack/elements/buttons.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@foreach($links as $link)
66
@if(isset($link->custom_html) && $link->custom_html)
7-
@include('blocks::' . $link->name . '.display', ['link' => $link, 'initial' => $initial++])
7+
@include('blocks::' . $link->type . '.display', ['link' => $link, 'initial' => $initial++])
88
@else
99
@switch($link->name)
1010
@case('icon')

0 commit comments

Comments
 (0)