Skip to content

Commit

Permalink
Merge pull request #141 from 2024WISCOM/feature/about
Browse files Browse the repository at this point in the history
🐛 Fix: About 이미지 경로 수정
  • Loading branch information
techncherry authored Oct 26, 2024
2 parents 3502140 + 62d15ec commit 5f1bdc6
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 5f1bdc6

Please sign in to comment.