Skip to content

Commit

Permalink
Update bootstrap.js
Browse files Browse the repository at this point in the history
fix a typo for copyRight text
  • Loading branch information
mark-jia authored Oct 27, 2023
1 parent ebfe6cf commit 32b6fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evershop/src/modules/cms/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = () => {
scripts: [],
bases: []
},
copyright: `© 2022 Evershop. All Rights Reserved.`
copyRight: `© 2022 Evershop. All Rights Reserved.`
};
config.util.setModuleDefaults('themeConfig', themeConfig);
};

0 comments on commit 32b6fe0

Please sign in to comment.