Skip to content

Commit 1090479

Browse files
committed
fix: update image url
1 parent 9835e49 commit 1090479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/ContactCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Image from "next/image";
22
import React from "react";
3-
import CallIcon from "/public/call_icon.svg";
3+
import CallIcon from "/public/call_Icon.svg";
44

55
function ContactCard() {
66
return (

0 commit comments

Comments
 (0)