Skip to content

Commit

Permalink
fix: rename 404 image file
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Feb 21, 2023
1 parent 2f1397c commit 4e5171f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/molecules/GhOpenGraphImg/gh-open-graph-img.tsx
@@ -1,6 +1,6 @@
import { generateGhOgImage } from "lib/utils/github";
import Image from "next/image";
import InvalidImage from "img/404 Image.svg";
import InvalidImage from "img/404-image.svg";
import { useEffect, useState } from "react";

interface GhOpenGraphImgProps {
Expand Down
File renamed without changes

0 comments on commit 4e5171f

Please sign in to comment.