Commit 2d19802c2754cfdd52dca77c8136bcc2b254f0d3
1 parent
18d59b65
update en homepage footer
Showing
1 changed file
with
1 additions
and
1 deletions
front-end/landing-page/src/Index-En/Footer.jsx
| ... | ... | @@ -6,7 +6,7 @@ function antCloudFooter() { |
| 6 | 6 | return (<div> |
| 7 | 7 | <div className="logo" key="logo"> |
| 8 | 8 | {/* <img src="https://gw.alipayobjects.com/zos/rmsportal/dnIbXmAgGbRxQJksRsJL.svg" width="72" height="82" /> */} |
| 9 | - <h1 style={{color: 'white'}}>鲁班 H5</h1> | |
| 9 | + <h1 style={{color: 'white'}}>Luban H5</h1> | |
| 10 | 10 | </div> |
| 11 | 11 | <div key="nav" className="home-footer-nav-wrapper"> |
| 12 | 12 | {children} | ... | ... |