Skip to content

Commit

Permalink
add up compatibility thumb for OtherTestThumb list
Browse files Browse the repository at this point in the history
  • Loading branch information
kapable committed Dec 11, 2024
1 parent a3603bc commit 679fe19
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/components/Sub/OtherTestBannerRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,31 @@ const OtherTestBannerRenderer = ({ lang, mainUrl }) => {
</>
) : (
<>
{current_lang === 'Kor' && (
<a
target='_blank'
rel='noopener noreferrer'
href={`https://ktestone.com/compatibility/`}
className='to-ppl-banner-text'
>
{' '}
<img
loading='lazy'
src={
'https://images.ktestone.com/main-thumbnail/compatibility-thumb.png'
}
className='ppl-banner-img'
alt={`compatibility-thumb`}
onClick={() =>
_eventSenderGA(
'Paging',
'Click Go-another-Test-Banner Button',
'result page'
)
}
/>{' '}
</a>
)}
{bottom_test_list.map((test) => {
return (
<Fragment key={test?.info?.mainUrl + '-test-key'}>
Expand Down

0 comments on commit 679fe19

Please sign in to comment.