From 4b5d1c7f000f6af5245b97afba0a208905f550f3 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 15 Oct 2025 15:29:15 +0200 Subject: [PATCH] refactor: import phone frame SVG directly instead of using public path --- src/components/PhoneFrame.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/PhoneFrame.tsx b/src/components/PhoneFrame.tsx index 2e5096b..97801c3 100644 --- a/src/components/PhoneFrame.tsx +++ b/src/components/PhoneFrame.tsx @@ -1,6 +1,8 @@ import Image from 'next/image' import clsx from 'clsx' +import phoneFrame from '@/images/phone-frame.svg' + export function PhoneFrame({ className, children, @@ -10,7 +12,7 @@ export function PhoneFrame({ return (