Skip to content

Commit

Permalink
Merge pull request #1070 from EnterpriseDB/feature/evan/static-images
Browse files Browse the repository at this point in the history
Pull in static image on homepage with webpack vs using static folder

Former-commit-id: 6cbae9f
  • Loading branch information
epbarger committed Mar 15, 2021
2 parents 7dc4267 + efdc8af commit c441e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes
3 changes: 2 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import { Container } from 'react-bootstrap';
import Icon, { iconNames } from '../components/icon/';
import cliImg from '../images/[email protected]';
import {
Footer,
IndexSubNav,
Expand Down Expand Up @@ -82,7 +83,7 @@ const Page = () => (
</div>
<div className="card-editorial-cnpo align-self-end">
<img
src="images/[email protected]"
src={cliImg}
alt="Illustration of a Kubernetes Terminal Command"
className="img-fluid shadow"
/>
Expand Down

0 comments on commit c441e83

Please sign in to comment.