Changed Button--primary to Button--secondary

This commit is contained in:
Aidan Casey 2017-04-10 17:51:56 -04:00
parent a3157e6b0a
commit 1b1eeb7fb9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
echo '<a href="' . $node . '" class="Button Button--primary Button--hero">' . $key . '</a>';
}
foreach ($params['html']['buttons'] as $name => $link ) {
echo '<a href="' . $link . '" class="Button Button--primary Button--hero">' . $name . '</a>';
echo '<a href="' . $link . '" class="Button Button--secondary Button--hero">' . $name . '</a>';
}
?>
<div class="clearfix"></div>