feat. 공통 이미지 아이콘 타입으로 변경
This commit is contained in:
@@ -39,10 +39,10 @@ const PLATFORM_ICON_MAP: Record<Platform, string> = {
|
||||
} as const
|
||||
|
||||
const DUP_IMAGE_MAP: Record<Platform, string> = {
|
||||
google_play: '/images/common/btn_logo-google.svg',
|
||||
app_store: '/images/common/btn_logo-app.svg',
|
||||
pc: '/images/common/btn_logo-pc.svg',
|
||||
stove: '/images/common/btn_logo-stove.svg',
|
||||
google_play: '/images/common/btn_launcher/btn_logo-google.svg',
|
||||
app_store: '/images/common/btn_launcher/btn_logo-app.svg',
|
||||
pc: '/images/common/btn_launcher/btn_logo-pc.svg',
|
||||
stove: '/images/common/btn_launcher/btn_logo-stove.svg',
|
||||
} as const
|
||||
|
||||
const componentTag = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user