diff --git a/src/components/card/relicCard.tsx b/src/components/card/relicCard.tsx index bbccf39..d5f1131 100644 --- a/src/components/card/relicCard.tsx +++ b/src/components/card/relicCard.tsx @@ -18,6 +18,7 @@ const getRarityColor = (rarity: string) => { default: return 'border-gray-500 shadow-gray-500/50'; } }; + const getRarityName = (slot: string) => { switch (slot) { case '1': return ( diff --git a/src/components/quickView/index.tsx b/src/components/quickView/index.tsx index 17dce0b..e3726e8 100644 --- a/src/components/quickView/index.tsx +++ b/src/components/quickView/index.tsx @@ -390,14 +390,14 @@ export default function QuickView() { return (