From 8c9fa6f3b57a64f98153898349d6a9e54debca50 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Sun, 30 Jan 2022 10:07:00 +0100
Subject: [PATCH] fix google play icon

---
 public/projekte/ledtisch2.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/projekte/ledtisch2.html b/public/projekte/ledtisch2.html
index 4e801a8..14f80da 100644
--- a/public/projekte/ledtisch2.html
+++ b/public/projekte/ledtisch2.html
@@ -62,7 +62,7 @@
         Die App ist nun Veröffentlicht.
     </p>
     <br>
-    <a href="https://play.google.com/store/apps/details?id=de.jonasled.led_table"><img src="/API/getFile.php?filename=/img/google-play-badge.png"
+    <a href="https://play.google.com/store/apps/details?id=de.jonasled.led_table"><img src="/img/google-play-badge.png"
                                                                                        width="185"/></a><br>
     <p><strong>Quellcode:</strong></p>
     <ul>
-- 
GitLab