Skip to content

Commit

Permalink
fix issue with footer verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Battula committed May 21, 2022
1 parent 165c23b commit c894916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/shared/footer_ivl.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<% else %>
<tr>
<td style="padding:3px 10px; font-size:8px;" align="center">
Questions? Call <%= Settings.site.short_name %> at <%= Settings.contact_center.contact_center_number_for_display %>, or go to <%= Settings.site.policies_url %>.
Questions? Call <%= Settings.site.short_name %> at <%= Settings.contact_center.contact_center_number_for_display %>, or go to <%= Settings.site.short_url %></a>.
</td>
</tr>
<% end %>
Expand Down
3 changes: 1 addition & 2 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ site:
main_web_address: "https://www.accesshealthct.com/AHCT/LandingPageCTHIX"
health_care_website: "www.healthcare.gov"
health_care_website_url: "https://www.healthcare.gov"
short_name: "DC"
byline: "Maine's Official Health Insurance Marketplace"
long_name: "Maine CoverME"
header_message: "Welcome to the District's Health Insurance Marketplace"
Expand Down Expand Up @@ -91,7 +90,7 @@ contact_center:
zip_code: "04330"
small_business_email: "smallbusiness@coverme.gov"
non_discrimination_email: "info@coverme.gov"
contact_center_number_for_display: "(855) 532-5465"
contact_center_number_for_display: "(855) 532-5465 / TTY: 771"

appeals: "info@coverme.gov"

Expand Down

0 comments on commit c894916

Please sign in to comment.