Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mlpierce22 committed Dec 5, 2023
1 parent 55d8880 commit 57f8546
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/utils/project-helpers.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { ProjectCardItems } from '@/components/ProjectCard';
import { ExternalLinkIcon } from '@chakra-ui/icons';
import Tech4GoodWebsite from "../../public/projects/tech4good-website.jpg";
import KahzumWebsite from "../../public/projects/kahzum-website.jpg";
import Tech4GoodCauseway from "../../public/projects/causeway.jpg";
import CamioWebsite from "../../public/projects/camio-website.png";
import GptWeightlifting from "../../public/projects/gpt-weightlifting.png";
import GptSitesmith from "../../public/projects/gpt-sitesmith.png";
import GptCoverLetter from "../../public/projects/gpt-cover-letter.png";
import GptLingoAmigo from "../../public/projects/gpt-lingo-amigo.png";
import Tech4GoodWebsite from "../../public/projects/header-images/cropped-tech4good-website.png";
import KahzumWebsite from "../../public/projects/header-images/cropped-kahzum-website.png";
import Tech4GoodCauseway from "../../public/projects/header-images/cropped-causeway.png";
import CamioWebsite from "../../public/projects/header-images/cropped-camio-website.png";
import GptWeightlifting from "../../public/projects/header-images/gpt-weightlifting.png";
import GptSitesmith from "../../public/projects/header-images/gpt-sitesmith.png";
import GptCoverLetter from "../../public/projects/header-images/gpt-cover-letter.png";
import GptLingoAmigo from "../../public/projects/header-images/gpt-lingo-amigo.png";

type ImageId = typeof ProjectId[keyof typeof ProjectId]

Expand Down

0 comments on commit 57f8546

Please sign in to comment.