diff --git a/resources/views/settings/index.blade.php b/resources/views/settings/index.blade.php index d2ccbf340b917617eb0887a20bb78c81701c4ebe..0245b5d1e93977a4c1a4778d522fcbc5a6e4b4eb 100644 --- a/resources/views/settings/index.blade.php +++ b/resources/views/settings/index.blade.php @@ -110,7 +110,7 @@ {{ $value }} </td> <td> - <img class= "mg-icon allSettings-trashcan-icon" src="/img/trashcan.svg" alt="{{ trans('trashcan.alt') }}"> + <button type="submit" name="cookieKey" value="{{ $key }}"><img class= "mg-icon allSettings-trashcan-icon" src="/img/trashcan.svg" alt="{{ trans('trashcan.alt') }}"></button> </td> </tr> @endforeach