Skip to content

Commit

Permalink
Replace SMS subscription button with out-of-service message
Browse files Browse the repository at this point in the history
  • Loading branch information
moveson committed Jul 12, 2024
1 parent d97eb92 commit af8978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/efforts/_subscription_buttons.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</h5>
<div class="card-body text-center d-inline-flex justify-content-center">
<%= render "subscriptions/subscription_button", subscribable: effort, protocol: :email %>
<%= render "subscriptions/subscription_button", subscribable: effort, protocol: :sms %>
<span class="mx-3">SMS temporarily out of service.<br/>Please use email.</span>
</div>
</div>

0 comments on commit af8978b

Please sign in to comment.