diff --git a/resources/views/quicktip.blade.php b/resources/views/quicktip.blade.php
index 7bca7fe0599755c72b451f2aca74f3c23990aaf7..7099af58040c57804551a3421a1fa09c83cf6343 100644
--- a/resources/views/quicktip.blade.php
+++ b/resources/views/quicktip.blade.php
@@ -5,11 +5,6 @@
 		<link rel="stylesheet" type="text/css" href="/css/quicktips.css" />
 	</head>
 	<body>
-		<div class="mg-panel container" style="margin-bottom:20px;max-height:90px;text-align:left; max-width:100%; padding:0px;margin-top:0px">
-			<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/spendenaufruf") }}" target="_blank">
-				<img src="/img/danke.png" style="max-width:100%;max-height:90px;" alt="Spendenaufruf für die unabhängige, nicht-kommerzielle Internet-Suche" >
-			</a>
-		</div>
 		@if( $spruch !== "" )
 			<blockquote id="spruch">{!! $spruch !!}</blockquote>
 		@endif