From a4879f1523f5f812f3f547a6ce43d80a58b3def4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Phil=20H=C3=B6fer?= <phil@suma-ev.de>
Date: Thu, 7 Nov 2019 07:41:23 +0000
Subject: [PATCH] Add link to Hetzner's environmental protection page.

---
 resources/views/index.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index 58c9da820..017f1cd00 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -30,7 +30,7 @@
 				</a>
 			</div>
 			<div class="m-row">
-				<a href="javascript:void(0);">
+				<a href="https://www.hetzner.de/unternehmen/umweltschutz/" target="_blank">
 					<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>
-- 
GitLab