Files
ai-florist/static/dev/upload/location.svg
Chaewon Lee 922320d59a feat: add options/map flow, dev seed, and artwork fixes
Options page, Kakao map with florist order message, dev tooling, and
create/message dummy gating — without secrets in .env.example.

Co-authored-by: 이지은 <ijieun@ijieun-ui-MacBookPro.local>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 08:56:07 +09:00

7 lines
388 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="400" height="500" viewBox="0 0 400 500">
<rect width="400" height="500" fill="#d4e4f0"/>
<rect x="80" y="280" width="240" height="120" rx="8" fill="#8ab4cc"/>
<polygon points="200,80 260,200 140,200" fill="#5a8aaa"/>
<text x="200" y="450" text-anchor="middle" font-size="22" fill="#3d6a82" font-family="Arial">Location</text>
</svg>