diff --git a/backend/static/img/logo_geoyoung.ico b/backend/static/img/logo_geoyoung.ico new file mode 100644 index 0000000..8ef381d Binary files /dev/null and b/backend/static/img/logo_geoyoung.ico differ diff --git a/backend/static/img/logo_sooin.ico b/backend/static/img/logo_sooin.ico new file mode 100644 index 0000000..3b228eb --- /dev/null +++ b/backend/static/img/logo_sooin.ico @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/backend/static/img/logo_sooin.svg b/backend/static/img/logo_sooin.svg new file mode 100644 index 0000000..b0b3a30 --- /dev/null +++ b/backend/static/img/logo_sooin.svg @@ -0,0 +1,4 @@ + + + + diff --git a/backend/templates/admin_rx_usage.html b/backend/templates/admin_rx_usage.html index c61e6cc..ddcdaa2 100644 --- a/backend/templates/admin_rx_usage.html +++ b/backend/templates/admin_rx_usage.html @@ -1376,7 +1376,7 @@ // ═══════ 지오영 섹션 ═══════ html += `
- 🏭 + 지오영 ${geoItems.length}건
`; @@ -1411,7 +1411,7 @@ // ═══════ 수인약품 섹션 ═══════ html += `
- 💊 + 수인약품 ${sooinItems.length}건
`; @@ -1741,8 +1741,11 @@ background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(124, 58, 237, 0.1)); border-left: 3px solid var(--accent-purple); } - .ws-icon { - font-size: 18px; + .ws-logo { + width: 24px; + height: 24px; + border-radius: 4px; + object-fit: contain; } .ws-name { flex: 1;