Skip to content
Open
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
2 changes: 1 addition & 1 deletion test/src/data/contact-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ export default {
mailing_address:
'<h3 data-block-key="nek5u">OpenStax</h3><p data-block-key="4sbtp">Rice University<br/>6100 Main Street MS-375<br/>Houston, TX 77005</p>',
customer_service:
'<p data-block-key="9iesw"><b>Need help?</b><br/>Visit our <a href="https://openstax.secure.force.com/help">Support Center</a>.<br/></p>',
'<p data-block-key="9iesw"><b>Need help?</b><br/>Visit our <a href="https://help.openstax.org">Support Center</a>.<br/></p>',
promote_image: null
};
2 changes: 1 addition & 1 deletion test/src/pages/contact.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const pageData = {
mailingAddress:
'<h3 data-block-key="nek5u">OpenStax</h3><p data-block-key="4sbtp">Rice University<br/>6100 Main Street MS-375<br/>Houston, TX 77005</p>',
customerService:
'<p data-block-key="9iesw"><b>Need help?</b><br/>Visit our <a href="https://openstax.secure.force.com/help">Support Center</a>.<br/></p>',
'<p data-block-key="9iesw"><b>Need help?</b><br/>Visit our <a href="https://help.openstax.org">Support Center</a>.<br/></p>',
promoteImage: null,
slug: 'pages/contact'
};
Expand Down