{cards.map((card) => {
const IconComponent = card.icon;
+ const isCard0 = card.id === 'card0';
+
return (
window.open(SNACKER_NOTION_URL, '_blank', 'noopener,noreferrer')
+ : undefined
+ }
>
+ {/* SVG */}
+
+ {/* 모바일/태블릿용 힌트*/}
+ {isCard0 && showMobileHint && (
+
+ {/* 말풍선 박스 */}
+
+
스내커 보러가기
+ {/* 말풍선 꼬리표 */}
+
+
+
+ )}
);
})}
diff --git a/src/shared/constants/urlConstants.ts b/src/shared/constants/urlConstants.ts
new file mode 100644
index 00000000..31c6e0a8
--- /dev/null
+++ b/src/shared/constants/urlConstants.ts
@@ -0,0 +1 @@
+export const SNACKER_NOTION_URL = 'https://cheddar-gooseberry-e64.notion.site/snack-umc8th-2025';