Skip to content

Commit

Permalink
update hami logo
Browse files Browse the repository at this point in the history
Signed-off-by: lengrongfu <[email protected]>
Signed-off-by: rongfu.leng <[email protected]>
  • Loading branch information
lengrongfu authored and lengrongfu committed Sep 10, 2024
1 parent a709615 commit cb1f54f
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ module.exports = {
title: "HAMi",
logo: {
alt: "HAMi",
src: "img/logo.svg",
srcDark: "img/artwork/karmada-icon-white.svg",
src: "img/hami-graph-color.svg",
srcDark: "img/hami-graph-color.svg",
},
items: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Home() {
<header className={clsx('hero', styles.hero)}>
<div className="container text--center">
<div className={styles.heroLogoWrapper}>
<img className={styles.heroLogo} src={useBaseUrl('img/hami-icon-color.png')} alt="HAMi Logo" />
<img className={styles.heroLogo} src={useBaseUrl('img/hami-graph-color.png')} alt="HAMi Logo" />
</div>
<h1 className={clsx('hero__title', styles.heroTitle)}>{siteConfig.title}</h1>

Expand Down
Binary file added static/img/hami-graph-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions static/img/hami-graph-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb1f54f

Please sign in to comment.