diff --git a/ody git.js b/ody git.js index 3200acc..e67af77 100644 --- a/ody git.js +++ b/ody git.js @@ -77,7 +77,7 @@ function renderHand(el,hand,hideFirst=false){ if(hideFirst && i===0){ div.className='card back'; - div.textContent='TERSEMBUNYI'; + div.textContent='HIDEN'; } else { const top = document.createElement('div'); top.textContent = c.rank + ' ' + c.suit;