Changed Button--primary to Button--secondary
Dieser Commit ist enthalten in:
Ursprung
a3157e6b0a
Commit
1b1eeb7fb9
@ -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>
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren