Skip to content

Commit

Permalink
SOV-3527: change page titles (#718)
Browse files Browse the repository at this point in the history
* feat: change page titles

* Create sweet-schools-cheer.md
  • Loading branch information
creed-victor authored Dec 19, 2023
1 parent 272ca28 commit bd336c8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-schools-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"frontend": patch
---

SOV-3527: change page titles
2 changes: 1 addition & 1 deletion apps/frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"
rel="stylesheet"
/>
<title>Sovryn Zero</title>
<title>Sovryn - DeFi for bitcoin</title>
<% if (process.env.REACT_APP_TILEDESK_ID) { %>
<!-- Tiledesk Code -->
<script type="application/javascript">
Expand Down
1 change: 0 additions & 1 deletion apps/frontend/src/app/5_pages/ConvertPage/ConvertPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ const ConvertPage: FC = () => {
<>
<Helmet>
<title>{t(pageTranslations.meta.title)}</title>
<title>{t(pageTranslations.meta.title)}</title>
</Helmet>
<div className="w-full flex flex-col items-center text-gray-10 mt-9 sm:mt-24">
<Heading className="text-base sm:text-2xl font-medium">
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/src/app/5_pages/StakePage/StakePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const StakePage: FC = () => {
return (
<>
<Helmet>
<title>{t(translations.earnPage.meta.title)}</title>
<title>{t(translations.stakePage.meta.title)}</title>
</Helmet>

<div className="px-0 container md:mx-9 mx-0 md:mb-2 mt-4 mb-7">
Expand Down
8 changes: 4 additions & 4 deletions apps/frontend/src/locales/en/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@

"zeroPage": {
"meta": {
"title": "Borrow - Sovryn",
"title": "Zero line of credit - Sovryn",
"description": "0% interest loans with Sovryn's Zero protocol. Borrow ZUSD or DLLR against your Bitcoin in a fully decentralized system. Increase your earning potential today."
},
"dashboardWelcomeBanner": {
Expand Down Expand Up @@ -349,7 +349,7 @@

"earnPage": {
"meta": {
"title": "Earn - Sovryn",
"title": "Stability pool - Sovryn",
"description": "Earn BTC by supplying ZUSD and ensure full collateralization of Zero with the Stability Pool. Join Sovryn's decentralized Zero protocol and start earning now."
},
"title": "Stability pool",
Expand All @@ -375,7 +375,7 @@

"convertPage": {
"meta": {
"title": "Convert - Sovryn",
"title": "Sovryn - DeFi for bitcoin",
"description": "Convert between stablecoins on Zero - ZUSD, DOC, and Sovryn DLLR - using the Zero and Mynt protocols. Exchange with ease and convenience."
},
"title": "Convert",
Expand All @@ -399,7 +399,7 @@

"stakePage": {
"meta": {
"title": "Stake - Sovryn"
"title": "Staking - Sovryn"
},
"statistics": {
"title": "Global staking statistics",
Expand Down

0 comments on commit bd336c8

Please sign in to comment.