Skip to content

Commit

Permalink
Merge pull request #111 from gobelius/contactInfoButton
Browse files Browse the repository at this point in the history
Contact info - link to button
  • Loading branch information
Mikail Bayram authored Oct 29, 2020
2 parents 3ec308b + 8dfcd87 commit 36f7e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/templates/Layout_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>
<div class="padded text-center text-overlay"
ng-if="WidgetHome.data.content.links[0] || WidgetHome.data.content.addressTitle||WidgetHome.data.content.address.location">
<a class="text-primary" ng-show="WidgetHome.data.content.links[0]"
<a class="btn btn-primary" ng-show="WidgetHome.data.content.links[0]"
ng-click="WidgetHome.openLinks(WidgetHome.data.content.links, $event)">Contact
info</a>
<hr class="small" ng-show="WidgetHome.data.content.links[0]">
Expand Down

0 comments on commit 36f7e1f

Please sign in to comment.