Skip to content

Commit

Permalink
Merge pull request #2 from felhasznalonev/patch-1
Browse files Browse the repository at this point in the history
Update hero.html.erb
  • Loading branch information
enzome authored Feb 27, 2019
2 parents 5d12a76 + 1ff4015 commit 4eaa011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/partials/hero.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="hero__content">
<h1 class="hero__heading"><%= t(:heroHeading) %></h1>
<div class="hero__buttons">
<a href="<%= t(:path) %>/demo/" class="btn btn--primary"><%= t(:buttonDemo) %></a>
<a href="https://try.decidim.org/" class="btn btn--primary"><%= t(:buttonDemo) %></a>
<!-- <a href="https://github.com/decidim/decidim" target="_blank" class="btn btn--frosted"><%= t(:buttonCode) %></a> -->
</div>
</div>
Expand Down

0 comments on commit 4eaa011

Please sign in to comment.