diff --git a/components/community.tsx b/components/community.tsx index 9eea6156..7e366e9f 100644 --- a/components/community.tsx +++ b/components/community.tsx @@ -1,5 +1,5 @@ import React from "react"; -import "../app/css/community.css"; +import "./community.css"; import Image from "next/image"; import CommunityBunny from "@/public/images/community-bunny.png"; import GithubSvg from "@/public/images/social/github.svg";