Skip to content

Commit

Permalink
minor fix update
Browse files Browse the repository at this point in the history
  • Loading branch information
kapable committed Dec 23, 2024
1 parent 6015c3d commit dc49c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sub/KakaoAds.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const KakaoAds = ({ unit }) => {
className='kakao_ad_area'
style={{ display: 'none' }}
data-ad-unit={
unit === 'banner' ? 'DAN-fbbw90FYOqpIXWYx' : 'DAN-V36blE3aMpLtsx0g'
unit === 'banner' ? 'DAN-yOkueBylYJuSA4fb' : 'DAN-6ItjeAExCKSBoequ'
}
data-ad-width={unit === 'banner' ? '320' : '300'}
data-ad-height={unit === 'banner' ? '50' : '250'}
Expand Down

0 comments on commit dc49c19

Please sign in to comment.