Skip to content
Snippets Groups Projects
Commit 982f7f02 authored by jan.bednarik's avatar jan.bednarik
Browse files

Fix static files

parent 3b54afe8
No related branches found
No related tags found
2 merge requests!500Fix static files,!499Fix static files
Pipeline #8052 passed
......@@ -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.
......
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment