Skip to content

Commit

Permalink
ver 1.0.1
Browse files Browse the repository at this point in the history
[hotfix] banner - 새 탭이 중복으로 열리는 문제
  • Loading branch information
JuneParkCode authored Oct 6, 2023
2 parents 9232614 + 03a1924 commit 9ad3063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 42manito/src/components/Banners/TopBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function TopBanner({ banner }: props) {
/>
)}
</div>
<div className="top-banner-left" onClick={handleBannerClick}>
<div className="top-banner-left">
<div className="top-banner-head">{banner[currentIndex].head}</div>
<div className="top-banner-title">{banner[currentIndex].title}</div>
<div className="top-banner-description">
Expand Down

0 comments on commit 9ad3063

Please sign in to comment.