Skip to content

Commit

Permalink
Update classes
Browse files Browse the repository at this point in the history
  • Loading branch information
herbdool committed Oct 28, 2024
1 parent 93c8af3 commit 898d6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FeedsPreviewTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public function buildButtons() {
'previous' => array(
'#type' => 'container',
'button' => array(
'#markup' => '<a href="#" class="button button-default">' . t('Previous') . '</a>',
'#markup' => '<a href="#" class="button">' . t('Previous') . '</a>',
),
'#attributes' => array(
'class' => array(
Expand All @@ -275,7 +275,7 @@ public function buildButtons() {
'next' => array(
'#type' => 'container',
'button' => array(
'#markup' => '<a href="#" class="button button-default">' . t('Next') . '</a>',
'#markup' => '<a href="#" class="button">' . t('Next') . '</a>',
),
'#attributes' => array(
'class' => array(
Expand Down

0 comments on commit 898d6fe

Please sign in to comment.