feat(tarot): 카드 78장 + 카드 뒷면 PNG 자산 통합
라이더-웨이트 메이저 22 + 마이너 56 + 카드 뒷면. slug 매핑 (the-fool, ace-of-wands 등)으로 자동 표시. TarotCard 뒷면 참조를 SVG → PNG로 전환. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -20,7 +20,7 @@ export default function TarotCard({
|
||||
aria-label={label || '카드 뒷면'}
|
||||
disabled={!clickable}
|
||||
>
|
||||
<img src="/images/tarot/card_back.svg" alt="" draggable={false} />
|
||||
<img src="/images/tarot/card_back.png" alt="" draggable={false} />
|
||||
</button>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user