Update links.blade.php

Removed 'beta' text
This commit is contained in:
Julian Prieber 2022-05-04 10:14:04 +02:00
parent cb75a24e92
commit 53fa0f98b5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<th scope="col">Order </th>
<th scope="col">Pin Link </th>
<th scope="col">Edit</th>
@if(env('ENABLE_BUTTON_EDITOR') === true)<th scope="col">Button Editor<span style="color:tomato">&nbsp; beta</span></th>@endif
@if(env('ENABLE_BUTTON_EDITOR') === true)<th scope="col">Button Editor</th>@endif
<th scope="col">Delete</th>
</tr>
</thead>