Skip to content

Commit a5890cf

Browse files
committed
Update index.blade.php
1 parent e8d3a4e commit a5890cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/studio/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
@php $i++; @endphp
7878
<ol class='list-group list-group-flush bg-transparent'>
7979

80-
@if($link->name !== "phone" && $link->name !== 'heading')
80+
@if($link->name !== "phone" && $link->name !== 'heading' && $link->button_id !== 96)
8181
<li class="list-group-item bg-transparent">
8282
{{ $i }}.) {{$link->title}} -- <span class='text-primary' title='Click Count'>{{$link->click_number}} </span> <br />
8383

0 commit comments

Comments
 (0)