Skip to content

Commit

Permalink
download cta for collab
Browse files Browse the repository at this point in the history
  • Loading branch information
aich committed Nov 27, 2024
1 parent d6e7afd commit e7fd319
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/hero.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{%- if data.buttons -%}
<div class="hero__buttons">
{% for button in data.buttons %}
<a href="{{ button.url | relative_url }}" class="btn {{ button.class }}">{{ button.title }}</a>
<a href="{{ button.url }}" class="btn {{ button.class }}" target="{{ button.target }}">{{ button.title }}</a>
{% endfor %}
</div>
{% endif %}
Expand Down
5 changes: 3 additions & 2 deletions collab.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ hero:
heading: Stay connected with Diode Collab
subheading: Secure chat and system access for teams
buttons:
- title: Request Demo
url: "https://diodedemo.paperform.co/"
- title: Download
url: "#download-app"
class: popup-open
image: hero/app.webp


Expand Down

0 comments on commit e7fd319

Please sign in to comment.