From 62d15ec9245664b7685daea616f8b42875453dbd Mon Sep 17 00:00:00 2001 From: techncherry Date: Sat, 26 Oct 2024 23:03:34 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix:=20About=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/about/Introduction.jsx | 2 +- src/components/about/NewCongratulation.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/about/Introduction.jsx b/src/components/about/Introduction.jsx index 162f141..f0d4b15 100644 --- a/src/components/about/Introduction.jsx +++ b/src/components/about/Introduction.jsx @@ -1,5 +1,5 @@ import * as A from './About.style'; -import poster from '../../assets/img/final_poster.svg'; +import poster from '../../assets/img/poster.svg'; export default function Introduction() { return ( diff --git a/src/components/about/NewCongratulation.jsx b/src/components/about/NewCongratulation.jsx index bf58a4d..e9e6eff 100644 --- a/src/components/about/NewCongratulation.jsx +++ b/src/components/about/NewCongratulation.jsx @@ -1,6 +1,6 @@ import { useState, useEffect } from 'react'; import * as A from './About.style'; -import seunghoon from '../../assets/img/professor/seunghoon2.svg'; +import seunghoon from '../../assets/img/professor/seunghoon.svg'; export default function NewCongratulation() { const [windowWidth, setWindowWidth] = useState(window.innerWidth);