Skip to content

Commit 9758aa4

Browse files
committed
Update links.blade.php
1 parent e4a4c3d commit 9758aa4

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
@@ -85,7 +85,7 @@
8585
<a href="{{ route('editLink', $link->id ) }}" class="hvr-grow mr-2"><i class='bi bi-pencil'></i> Edit</a>
8686

8787
@if(env('ENABLE_BUTTON_EDITOR') === true)
88-
@if($link->id == '1' or $link->id == '2')
88+
@if($link->button_id == '1' or $link->button_id == '2')
8989
<a href="{{ route('editCSS', $link->id ) }}" class="mr-2 hvr-grow text-success">Customize</a>
9090
@endif
9191
@endif

0 commit comments

Comments
 (0)