From 990f518d3baebfab7d35821926c139ef162b54ff Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Thu, 10 Oct 2019 11:40:05 +0200 Subject: [PATCH] Changed the links on the startpage --- resources/views/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 350755d68..58c9da820 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -30,12 +30,12 @@ </a> </div> <div class="m-row"> - <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "spende") }}"> + <a href="javascript:void(0);"> <i class="fas fa-leaf" id="green-leaf"></i> <span>@lang('index.about.3.1')</span> <div class="teaser">@lang('index.about.3.2')</div> </a> - <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "beitritt") }}"> + <a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "spende") }}"> <i class="fas fa-heart" id="gradient"></i> <span>@lang('index.about.4.1')</span> <div class="teaser">@lang('index.about.4.2')</div> -- GitLab