diff --git a/public/index.html b/public/index.html index 29cd6c0..ac9d908 100644 --- a/public/index.html +++ b/public/index.html @@ -36,8 +36,8 @@ Learn how to configure a non-root public URL by running `npm run build`. --> Julie Cover - - + +
diff --git a/src/components/ProjectGrid.tsx b/src/components/ProjectGrid.tsx index 24e9e84..3359301 100644 --- a/src/components/ProjectGrid.tsx +++ b/src/components/ProjectGrid.tsx @@ -20,6 +20,7 @@ import Scoresaver from "../images/scoresaver.svg"; import Hashicorp from "../images/HashiCorp_Logo_no_text.png"; import Bennu from "../images/bennu.gif"; import KatSite from "../images/kat-site.png"; +import JPL from "../images/JPL.png"; type GridElementImageProps = { image_url: string; @@ -247,6 +248,26 @@ export function ProjectGrid() {
+ +