RSS 피드 기능 추가
This commit is contained in:
@@ -9,7 +9,7 @@ export const SOCIAL_ICON_PRESETS = [
|
||||
{ icon: 'youtube', label: 'YouTube', placeholder: 'https://youtube.com/...' },
|
||||
{ icon: 'facebook', label: 'Facebook', placeholder: 'https://facebook.com/...' },
|
||||
{ icon: 'linkedin', label: 'LinkedIn', placeholder: 'https://linkedin.com/in/...' },
|
||||
{ icon: 'rss', label: 'RSS', placeholder: '/rss/' },
|
||||
{ icon: 'rss', label: 'RSS', placeholder: '/rss.xml' },
|
||||
{ icon: 'custom', label: '직접 SVG', placeholder: 'https://...' },
|
||||
{ icon: 'link', label: 'Link', placeholder: 'https://...' }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user