Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chat footer wording #4536

Merged
merged 2 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/components/content/talk_to_us_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<div>
<i class="icon-call icon--on-yellow"></i>
<div>
<h3 class="heading-l">Call us</h3>
<h3 class="heading-l">Call our support team</h3>
<p>Our phone line gives you a quick and easy way to get one-off support.</p>
<p><a href="tel:08003892500" class="telephone link--black">0800 389 2500</a></p>
</div>
</div>
<div>
<i class="icon-chat icon--on-yellow"></i>
<div>
<h3 class="heading-l">Live chat</h3>
<h3 class="heading-l">Chat to our support team</h3>
<p>Talk to a real person who can help answer all your questions.</p>
<%= render ChatComponent.new %>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/components/footer_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<div class="talk-to-us__icon-section">
<i class="icon-call icon--on-yellow"></i>
<div>
<h3 class="heading-s">Call us</h3>
<h3 class="heading-s">Call our support team</h3>
<a href="tel:08003892500" class="telephone link">0800 389 2500</a>
</div>
</div>
<% unless helpers.privacy_page?(request.path) %>
<div class="talk-to-us__icon-section">
<i class="icon-chat icon--on-yellow"></i>
<div>
<h3 class="heading-s">Chat to us</h3>
<h3 class="heading-s">Chat to our support team</h3>
<%= render ChatComponent.new %>
</div>
</div>
Expand Down