Skip to content

Commit

Permalink
MDL-72606 mod_feedback: Change "Answer the questions" button to primary.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Oct 19, 2022
1 parent f8d28e4 commit b56bdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/feedback/classes/output/standard_action_bar.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function get_items(): array {
} else {
$label = get_string('complete_the_form', 'feedback');
}
$items['left'][]['actionlink'] = new action_link($completeurl, $label, null, ['class' => 'btn btn-secondary']);
$items['left'][]['actionlink'] = new action_link($completeurl, $label, null, ['class' => 'btn btn-primary']);
}

return $items;
Expand Down

0 comments on commit b56bdb0

Please sign in to comment.