Skip to content

Commit

Permalink
Update ProjectCard.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansxu authored Jan 5, 2024
1 parent dfb3242 commit a1071e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ProjectCard.jsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import Image from "next/image";
import Link from "next/link";
import React from "react";
import aizen from "../public/aizen.jpg";
import aizen from "../public/kyros.png";

const ProjectCard = () => {
const projects = [
{
id: 1,
image: aizen,
title: "Aizen",
title: "Kyros",
description: "Create beautiful images and gifs of your source code",
link: "/work/aizen",
},
Expand Down

0 comments on commit a1071e1

Please sign in to comment.