Skip to content

Commit

Permalink
๐Ÿ› Fix: About ์ด๋ฏธ์ง€ ๊ฒฝ๋กœ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
techncherry committed Oct 26, 2024
1 parent 3502140 commit 62d15ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/about/Introduction.jsx
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion src/components/about/NewCongratulation.jsx
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 62d15ec

Please sign in to comment.