Skip to content

Commit

Permalink
refactor: 로고 이미지 http => https
Browse files Browse the repository at this point in the history
  • Loading branch information
junghaesung79 committed Jul 13, 2024
1 parent caed3bd commit 483e869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout/Header/MobilePanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default function MobilePanel() {
[styles['mobile-header__logo']]: true,
[styles['mobile-header__logo--bcsd']]: true,
})}
src="http://static.koreatech.in/assets/img/ic-bcsd_gray.png"
src="https://static.koreatech.in/assets/img/ic-bcsd_gray.png"
alt="bcsd lab logo"
title="bcsd lab logo"
/>
Expand All @@ -193,7 +193,7 @@ export default function MobilePanel() {
[styles['mobile-header__logo']]: true,
[styles['mobile-header__logo--koin']]: true,
})}
src="http://static.koreatech.in/assets/img/rectangle_icon.png"
src="https://static.koreatech.in/assets/img/rectangle_icon.png"
alt="KOIN service logo"
title="bcsd lab logo"
/>
Expand Down

0 comments on commit 483e869

Please sign in to comment.