diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 5ba095930ad669a2f6c1fe6345600afc118e5d3f..668841595fe854a5f05ef34c33bee4a124de231d 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -149,7 +149,7 @@ <label id="anpassen-label" for="angepasst"> <span class="glyphicon glyphicon-cog"></span> <span class="content"> - <a class="mutelink" href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "settings") }}"> + <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "settings") }}"> @if ($focus === 'angepasst') {{ trans('index.foki.angepasst') }} @else