Skip to content

Commit 3d3f949

Browse files
committed
Fixing broken chevron class on rejected evidence button
1 parent 054d704 commit 3d3f949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/community_evidence_submission_modal_component/community_evidence_submission_modal_component.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
reopen_button_text: reopen_button_text,
4848
show_corner_decoration: false,
4949
class_name: 'community-evidence-submission-modal-component--modal',
50-
reopen_button_class: @achievement&.rejected? ? 'ncce-button--white_black_border green-chevron' : "#{@button_class} ncce-button-chevron"
50+
reopen_button_class: @achievement&.rejected? ? 'ncce-button--white_black_border ncce-button-chevron ncce-button-chevron--green' : "#{@button_class} ncce-button-chevron"
5151
) do |component| %>
5252
<%= component.with_confirmation do %>
5353
<%= render ModalComponent.new(

0 commit comments

Comments
 (0)