feat(insta): replace Blog Lab page with Insta cards UI
/blog-lab → /insta route. New InstaCards page consumes insta-lab API (news/keywords/slates + 10-page card preview + prompt template editor). 25개 blog-marketing API helper 제거, 13개 insta helper 추가.
This commit is contained in:
@@ -125,3 +125,12 @@ export const IconBuilding = () =>
|
||||
<rect x="11" y="16" width="3" height="3" />
|
||||
</>
|
||||
);
|
||||
|
||||
export const IconInsta = () =>
|
||||
svg(
|
||||
<>
|
||||
<rect x="2" y="2" width="20" height="20" rx="5" />
|
||||
<circle cx="12" cy="12" r="4" />
|
||||
<circle cx="17.5" cy="6.5" r="1" fill="currentColor" strokeWidth="0" />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user