We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f20442 commit e3c6556Copy full SHA for e3c6556
src/components/HomepageFeatures.js
@@ -5,6 +5,7 @@ import nasa from "../../static/img/nasa-logo.png";
5
import dep from "../../static/img/dep-energysvg.png";
6
import energy from "../../static/img/energy-bio.png";
7
import navicat from "../../static/img/navicat-logo.png";
8
+import aws from "../../static/img/aws.png"
9
import { Timeline } from "react-twitter-widgets";
10
const FeatureList = [
11
{
@@ -136,6 +137,7 @@ export default function HomepageFeatures() {
136
137
<img src={dep} className={styles.image} />
138
<img src={energy} className={styles.image} />
139
<img src={navicat} className={styles.image} />
140
+ <img src={aws} className={styles.image} />
141
</div>
142
{/*<div className={styles.timeline}>
143
<Timeline
static/img/aws.png
33.9 KB
0 commit comments