implement header-2 CTA
DJ
committed Jun 21, 2018
commit 8658ae96cacd1d7ad5e13f353216de4fd2643446
Showing 1
changed file with
1 additions
and 1 deletions
_includes/block-header-2.html
+1
-1
| @@ | @@ -12,7 +12,7 @@ |
| <li class="nav-item {% if page.url == nav_item.link %}active{% endif %}"><a href="{{ nav_item.link }}">{{ nav_item.link_text }}</a></li> | |
| {% endfor %} | |
| </ul> | |
| - | <button class="button primary small block-header-2--cta">Download</button> |
| + | <a class="button primary small block-header-2--cta" href="{{ section.cta.url }}">{{ section.cta.button_text }}</a> |
| </nav> | |
| </header> | |
| \ No newline at end of file | |