Skip to content

Commit

Permalink
HOTFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
yeyounging committed Nov 28, 2024
1 parent 15dbf6f commit 2b9fbfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/start/components/Step3.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function Step3() {
<div className="absolute inset-0 bg-accent-10 blur-[20px] -z-10 rounded-full" />
<Image
alt="image"
src={'/image/profile/profile${id}.svg'}
src={`/image/profile/profile${id}.svg`}
width={208}
height={208}
/>
Expand Down Expand Up @@ -54,7 +54,7 @@ export default function Step3() {

<Image
alt="image"
src="/image/profile/profile${id}.svg"
src={`/image/profile/profile${id}.svg`}
layout="fill"
objectFit="cover"
className="p-5"
Expand Down

0 comments on commit 2b9fbfc

Please sign in to comment.