Merge pull request #50 from TeamBNBN/fe/fix-logo

[Front-End] fix: 헤더 로고 이미지 경로 수정
This commit is contained in:
FlashingFuture 2024-07-19 10:00:48 +09:00 committed by GitHub
commit 7d91267569
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ export default function Header() {
className={styles.logo}
>
<img
src="/src/assets/logo.svg"
src="/logo.svg"
alt="logo"
/>
</Link>