Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jun 23, 2019
1 parent dadaa59 commit 1fd6c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n/en_US/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"meta": {
"title": "eosDAC Memberclient",
"title": "eosDAC Boilerplate",
"keywords": "eosdac, member, eos, dac, token, custodian, blockchain, crypto, decentralized, autonomous",
"noscript": "To view this webpage you need to have javascript enabled"
},
Expand Down
2 changes: 1 addition & 1 deletion router/routes.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const routes_extension = [
{
path: "/",
component: () => import("layouts/MyLayout.vue"),
component: () => import("layouts/dacLayout.vue"),
children: [
{
path: "example",
Expand Down

0 comments on commit 1fd6c45

Please sign in to comment.