Skip to content

Commit 6cf272f

Browse files
authored
Merge pull request #71 from asmb123/master
added aws logo under acknowledgement in the homepage
2 parents 2f20442 + e3c6556 commit 6cf272f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/HomepageFeatures.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import nasa from "../../static/img/nasa-logo.png";
55
import dep from "../../static/img/dep-energysvg.png";
66
import energy from "../../static/img/energy-bio.png";
77
import navicat from "../../static/img/navicat-logo.png";
8+
import aws from "../../static/img/aws.png"
89
import { Timeline } from "react-twitter-widgets";
910
const FeatureList = [
1011
{
@@ -136,6 +137,7 @@ export default function HomepageFeatures() {
136137
<img src={dep} className={styles.image} />
137138
<img src={energy} className={styles.image} />
138139
<img src={navicat} className={styles.image} />
140+
<img src={aws} className={styles.image} />
139141
</div>
140142
{/*<div className={styles.timeline}>
141143
<Timeline

static/img/aws.png

33.9 KB
Loading

0 commit comments

Comments
 (0)