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.

Kevin/Change web title #1950

Merged
merged 1 commit into from
Aug 26, 2021
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: 3 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ const Home = () => {
return (
<Layout>
<SEO
title={localize('Online trading platform | Forex, commodities and indices | Deriv')}
title={localize(
'Online trading platform | Forex, commodities, synthetic indices, stocks, and stock indices | Deriv',
)}
description={localize(
'Deriv - An online trading platform that offers a wide selection of derivatives to trade on 24/7.',
)}
Expand Down
4 changes: 3 additions & 1 deletion src/pages/landing/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ const Home = () => {
return (
<Layout is_ppc_redirect={true} is_ppc={true}>
<SEO
title={localize('Online trading platform | Forex, commodities and indices | Deriv')}
title={localize(
'Online trading platform | Forex, commodities, synthetic indices, stocks, and stock indices | Deriv',
)}
description={localize(
'Deriv - An online trading platform that offers a wide selection of derivatives to trade on',
)}
Expand Down