From 982f7f02489d06342465941980966f1eac19c8e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com>
Date: Tue, 17 May 2022 21:45:36 +0200
Subject: [PATCH] Fix static files

---
 green_deal/templates/green_deal/base.html           | 2 +-
 regulace_konopi/templates/regulace_konopi/base.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/green_deal/templates/green_deal/base.html b/green_deal/templates/green_deal/base.html
index ccf3004a..e26045de 100644
--- a/green_deal/templates/green_deal/base.html
+++ b/green_deal/templates/green_deal/base.html
@@ -111,7 +111,7 @@
     </div>
     <div class="quarter">
       <a href="https://www.pirati.cz">
-        <img src="{% static "styleguide234/assets/images/logo.svg" %}" alt="logo pirátské strany" class="w-32 md:w-40 pb-6" />
+        <img src="{% static "styleguide234/assets/images/logo-full-white.svg" %}" alt="logo pirátské strany" class="w-32 md:w-40 pb-6" />
       </a>
       <p class="copyright">
         <span class="copyleft inline-block">&copy;</span> {% now "Y" %} Piráti. Všechna práva vyhlazena. Sdílejte a nechte ostatní sdílet za stejných podmínek.
diff --git a/regulace_konopi/templates/regulace_konopi/base.html b/regulace_konopi/templates/regulace_konopi/base.html
index c7859274..cea87e4f 100644
--- a/regulace_konopi/templates/regulace_konopi/base.html
+++ b/regulace_konopi/templates/regulace_konopi/base.html
@@ -72,7 +72,7 @@
       <div class="footer__main py-4 lg:py-16 container container--default">
         <section class="footer__brand">
           <a href="https://www.pirati.cz">
-            <img src="{% static "styleguide234/assets/images/logo.svg" %}" alt="logo pirátské strany"
+            <img src="{% static "styleguide234/assets/images/logo-full-white.svg" %}" alt="logo pirátské strany"
                  class="w-32 md:w-40 pb-6"/>
           </a>
           <p class="para hidden md:block md:mb-4 lg:mb-0 text-grey-200">
-- 
GitLab