Skip to content

Commit

Permalink
Merge pull request #2 from lengrongfu/master
Browse files Browse the repository at this point in the history
update hami logo
  • Loading branch information
wawa0210 authored Sep 19, 2024
2 parents 7addf39 + cb1f54f commit 2623e9a
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 2623e9a

Please sign in to comment.