Skip to content

Commit

Permalink
Update about.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansxu authored Jan 5, 2024
1 parent 7195f7a commit 8238306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/about.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from "next/image";
import aboutImage from "../public/Priyanshu.jpg";
import { useTheme } from "next-themes";
import CategoryCard from "@/components/CategoryCard";
import love_black from "../public/love_black.svg";
import love_black from "../public/love-black.svg";
import love_white from "../public/love-white.svg";
import Whale from "../public/Whale.svg";
import { useEffect } from "react";
Expand Down

0 comments on commit 8238306

Please sign in to comment.