Skip to content

Commit

Permalink
fix(title): Fix HTML title
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Oct 16, 2021
1 parent 85af067 commit 8b25d9b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EOSCR Web App Boilerplate
# Tico Blockchain - Asociacion Blockchain de Costa Rica

[![N|Solid](https://github.com/eoscostarica/eos-rate/raw/master/docs/eoscostarica-logo-black.png)](https://eoscostarica.io/)

Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>EOSCR Web App Boilerplate</title>
<title>Tico Blockchain - Asociacion Blockchain de Costa Rica</title>
</head>
<body>
<noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/components/PageTitle/TitlePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TitlePage.propTypes = {
}

TitlePage.defaultProps = {
title: 'EOSCR Web App Boilerplate'
title: 'Tico Blockchain - Asociacion Blockchain de Costa Rica'
}

export default TitlePage
2 changes: 1 addition & 1 deletion src/language/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"productsTitle": "Products list",
"usersTitle": "Users list",
"logout": "Logout",
"htmlTitle": "EOSCR Web App Boilerplate",
"htmlTitle": "Tico Blockchain - Asociacion Blockchain de Costa Rica",
"headerTitle": "Secondary Title"
}
}
2 changes: 1 addition & 1 deletion src/language/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"productsTitle": "Listado de productos",
"usersTitle": "Listado de usuarios",
"logout": "Salir",
"htmlTitle": "EOSCR Web App Boilerplate",
"htmlTitle": "Tico Blockchain - Asociacion Blockchain de Costa Rica",
"headerTitle": "Titulo secundario"
}
}

0 comments on commit 8b25d9b

Please sign in to comment.