Skip to content

Commit

Permalink
chore: 배너 배경 이미지 네이밍 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
youngminss committed Apr 5, 2024
1 parent 758fe01 commit 29e87ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/home/IntroSection/Banner24th.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Banner24th = () => {

<Banner24thCardsBox className={mounted ? 'appear' : ''}>
<Image
src={'/assets/images/24th/bg-cards-pc.webp'}
src={'/assets/images/24th/banner-bg-cards.webp'}
alt="banner-cards"
width={0}
height={0}
Expand All @@ -35,7 +35,7 @@ const Banner24th = () => {

<Banner24thMaskBox className={mounted ? 'appear' : ''}>
<Image
src={'/assets/images/24th/bg-mask-pc.webp'}
src={'/assets/images/24th/banner-bg-mask.webp'}
alt="banner-mask"
width={0}
height={0}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 29e87ed

Please sign in to comment.