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.

suthesh/stocks-forex-trans #1919

Merged
merged 1 commit into from
Jul 13, 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
8 changes: 5 additions & 3 deletions src/pages/landing/ebooks/forex.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ const ForexEbook = () => {
bgMobile="linear-gradient(0deg, #cc363f, #661b20);"
introSub={localize('Your free guide on')}
introMain={localize('How to trade the forex market')}
authorDesc={localize(
'This e-book has been brought to you by a veteran online trader and New York Times bestselling author, ',
)}
authorDesc={
localize(
'This e-book has been brought to you by a veteran online trader and New York Times bestselling author,',
) + ' '
}
authorName={localize('Vince Stanzione.')}
/>
<Introduction
Expand Down
8 changes: 5 additions & 3 deletions src/pages/landing/ebooks/stocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ const StocksEbook = () => {
ebook_utm_code="stock-ebook"
introSub=""
introMain={localize('Learn to trade Stock derivatives the smart way')}
authorDesc={localize(
'This e-book has been brought to you by a veteran online trader and New York Times bestselling author, ',
)}
authorDesc={
localize(
'This e-book has been brought to you by a veteran online trader and New York Times bestselling author,',
) + ' '
}
authorName={localize('Vince Stanzione.')}
/>
<Introduction
Expand Down