Skip to content

Commit 940bbd8

Browse files
committed
classes fix
1 parent 143ecee commit 940bbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/modules/custom/borg_blocks/borg_blocks.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function borg_blocks_block_view($delta = '', $settings = array(), $contexts = ar
103103
$copy = t('Whether you’re a developer, designer, or enthusiast, your contributions make Backdrop better for everyone. Join a vibrant open source community.');
104104

105105
$button_attributes = array(
106-
'class' => array('borg__button borg__button--primary', 'borg__button--right-arrow'));
106+
'class' => array('borg__button', 'borg__button--primary', 'borg__button--right-arrow'));
107107
$options = array('attributes' => $button_attributes);
108108
$button = l(t('Join the conversation'), 'https://forum.backdropcms.org', $options);
109109

0 commit comments

Comments
 (0)