This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch update-boilerplate in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git
commit cc94982a62cace9cca3a2c0207046f2b678862ea Author: juzhiyuan <[email protected]> AuthorDate: Tue Mar 10 13:16:08 2020 +0800 feat: update title --- config/defaultSettings.ts | 2 +- src/layouts/UserLayout.tsx | 2 +- src/pages/document.ejs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/defaultSettings.ts b/config/defaultSettings.ts index ec9cb7e..6c56795 100644 --- a/config/defaultSettings.ts +++ b/config/defaultSettings.ts @@ -55,7 +55,7 @@ export default { menu: { locale: true, }, - title: 'Apache APISIX Dashboard', + title: 'APISIX Dashboard', pwa: false, iconfontUrl: '', } as DefaultSettings; diff --git a/src/layouts/UserLayout.tsx b/src/layouts/UserLayout.tsx index 9a270a2..5737569 100644 --- a/src/layouts/UserLayout.tsx +++ b/src/layouts/UserLayout.tsx @@ -52,7 +52,7 @@ const UserLayout: React.FC<UserLayoutProps> = props => { <div className={styles.header}> <Link to="/"> <img alt="logo" className={styles.logo} src={logo} /> - <span className={styles.title}>Apache APISIX</span> + <span className={styles.title}>APISIX Dashboard</span> </Link> </div> <div className={styles.desc}>Cloud-Native Microservices API Gateway</div> diff --git a/src/pages/document.ejs b/src/pages/document.ejs index 8707a06..8c4db94 100644 --- a/src/pages/document.ejs +++ b/src/pages/document.ejs @@ -185,7 +185,7 @@ width="32" style="margin-right: 8px;" /> - Apache APISIX + Apache APISIX Dashboard </div> </div> </div>
