feat: 도매상 로고 아이콘 적용 (이모지 → 실제 로고)
- 지오영: favicon.ico 사용 - 수인: 커스텀 SVG (보라색 '수' 아이콘) - static/img/ 폴더에 로고 저장
This commit is contained in:
4
backend/static/img/logo_sooin.svg
Normal file
4
backend/static/img/logo_sooin.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<rect width="32" height="32" rx="6" fill="#7c3aed"/>
|
||||
<text x="16" y="22" text-anchor="middle" fill="white" font-family="Arial" font-weight="bold" font-size="16">수</text>
|
||||
</svg>
|
||||
Reference in New Issue
Block a user