Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

nikolai.berestevich/fix/why-choose-us #2546

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
2 changes: 1 addition & 1 deletion src/components/custom/other-platforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ export const NavCompany = ({ onClick }) => (
/>
<CardLink
icon={() => <img src={Choose} alt="" width="24" height="24" />}
title={localize('Why choose us?')}
title={localize('Why choose us')}
onClick={onClick}
to="/why-choose-us/"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/elements/off-canvas-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ export const OffCanvasMenuWrapper = (props) => {
<div>
<img src={Choose} alt="" width="24" height="24" />
</div>
<span>{localize('Why choose us?')}</span>
<span>{localize('Why choose us')}</span>
</StyledLink>
<StyledLink to="/contact_us/" onClick={handleArrowClick}>
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/footer/main-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const MainLinksSection = ({ is_ppc, is_ppc_redirect, is_eu_country }) => {
<Link to="/who-we-are/">{localize('Who we are')}</Link>
</LinkWrapper>
<LinkWrapper>
<Link to="/why-choose-us/">{localize('Why choose us?')}</Link>
<Link to="/why-choose-us/">{localize('Why choose us')}</Link>
</LinkWrapper>
<LinkWrapper>
<Link to="/partners/">{localize('Partnership programmes')}</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/partners/_why-choose-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const WhyChooseUs = () => {
<SectionContainer background="grey-4">
<Container direction="column">
<Header as="h2" type="page-title" align="center" mb="4rem">
{localize('Why choose us?')}
{localize('Why choose us')}
</Header>
<Wrapper>
<Card direction="column">
Expand Down
4 changes: 2 additions & 2 deletions src/pages/why-choose-us/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ const WhyChooseUs = () => {
return (
<Layout>
<SEO
title={localize('Why choose Deriv for your online trading | Deriv')}
title={localize('Why choose us for your online trading | Deriv')}
description={localize(
'We’re steadfast in our commitment to high ethical standards. Find more reasons to know why Deriv is the choice of online traders.',
)}
/>
<Section>
<GridContainer>
<ResponsiveHeader as="h1" type="display-title" align="center">
{localize('Why choose Deriv')}
{localize('Why choose us')}
</ResponsiveHeader>
<StyledHeader
as="h4"
Expand Down