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

elections2021: Fix app banner link

parent 56a0cc38
No related branches found
No related tags found
2 merge requests!261release,!260elections2021: Fix app banner link
Pipeline #3720 passed
This commit is part of merge request !260. Comments created here will be created in the context of that merge request.
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
</div> </div>
<div class="lead-collector-body bg-lemon py-10 px-8 w-full"> <div class="lead-collector-body bg-lemon py-10 px-8 w-full">
<p class="head-alt-lg text-black mb-4">Vytáhněte si z programu to, co se vás týká</p> <p class="head-alt-lg text-black mb-4">Vytáhněte si z programu to, co se vás týká</p>
<button class="btn btn--icon "> <a href="{{ page.root_page.program_app_page_url }}" class="btn btn--icon ">
<div class="btn__body-wrap"> <div class="btn__body-wrap">
<div class="btn__body bg-acidgreen text-black py-4">Co pro vás máme</div> <div class="btn__body bg-acidgreen text-black py-4">Co pro vás máme</div>
<div class="btn__icon "> <div class="btn__icon ">
<i class="ico--chevron-right"></i> <i class="ico--chevron-right"></i>
</div> </div>
</div> </div>
</button> </a>
</div> </div>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment