Skip to content
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 src/components/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ const Footer = ({ linkHdr, linkPath, linkText, showPartners, colorLogos }) => {
<a href='mailto:info@eqworks.com'>info@eqworks.com</a>
</li>
<li>
1235 Bay Street, Suite 401
2 Bloor Street West, Suite 700
<br />
Toronto, ON M5R 3K4
Toronto, ON M4W 3E2
</li>
</ul>
<div className={componentStyles.googlePartnerLogo}>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/company/contact-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ const ContactPage = ({ data, location }) => {
<strong className='darkColor'>Toronto Office</strong>
<br />
<span className='fontSm'>
1235 Bay Street, Suite 401
2 Bloor Street West, Suite 700
<br />
Toronto, ON M5R 3K4
Toronto, ON M4W 3E2
</span>
</p>
</div>
Expand Down
Loading