Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
archlitchi committed May 24, 2024
1 parent 433191a commit ec4ff8c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/data/supporters.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import pd4 from "../../static/img/supporters/4pd.png"
import CAIH from "../../static/img/supporters/CAIH.png"
import CNCR from "../../static/img/supporters/CNCR.png"
import XW from "../../static/img/supporters/XW.png"
import iFly from "../../static/img/supporters/iFly.png"

const supportersData = [
{
Expand All @@ -29,6 +30,10 @@ const supportersData = [
{
logo: XW,
alt: 'XW',
},
{
logo: iFly,
alt: 'iFly',
}
]

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function Home() {
<Translate>How It Works</Translate>
</h2>
<div className={styles.heroHowItWorks}>
<img className={styles.heroHowItWorksImg} src={useBaseUrl('img/construct.png')} alt="HAMi Control Plane" />
<img className={styles.heroHowItWorksImg} src={useBaseUrl('img/construct.JPG')} alt="HAMi Control Plane" />
</div>
<div className={styles.heroHowItWorks}>
<img className={styles.heroHowItWorksImg} src={useBaseUrl('img/architect.jpg')} alt="HAMi Control Plane" />
Expand Down
Binary file added static/img/construct.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/construct.png
Binary file not shown.
Binary file added static/img/supporters/iFly.png
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 ec4ff8c

Please sign in to comment.