Skip to content

Commit 36f7e1f

Browse files
author
Mikail Bayram
authored
Merge pull request #111 from gobelius/contactInfoButton
Contact info - link to button
2 parents 3ec308b + 8dfcd87 commit 36f7e1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

widget/templates/Layout_1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</div>
88
<div class="padded text-center text-overlay"
99
ng-if="WidgetHome.data.content.links[0] || WidgetHome.data.content.addressTitle||WidgetHome.data.content.address.location">
10-
<a class="text-primary" ng-show="WidgetHome.data.content.links[0]"
10+
<a class="btn btn-primary" ng-show="WidgetHome.data.content.links[0]"
1111
ng-click="WidgetHome.openLinks(WidgetHome.data.content.links, $event)">Contact
1212
info</a>
1313
<hr class="small" ng-show="WidgetHome.data.content.links[0]">

0 commit comments

Comments
 (0)