diff --git a/offer_frontend/src/views/portal/CompanyListView.vue b/offer_frontend/src/views/portal/CompanyListView.vue index 10f12bd..2586025 100644 --- a/offer_frontend/src/views/portal/CompanyListView.vue +++ b/offer_frontend/src/views/portal/CompanyListView.vue @@ -4,10 +4,6 @@
-

{{ group.name }}

@@ -174,27 +170,6 @@ onMounted(async () => { gap: 36px; align-items: flex-start; } -.hero-logo { - flex-shrink: 0; - width: 96px; - height: 96px; - border-radius: 4px; - overflow: hidden; - border: 1px solid var(--border); - background: var(--bg-page); -} -.hero-logo img { width: 100%; height: 100%; object-fit: cover; } -.logo-placeholder { - width: 100%; - height: 100%; - display: flex; - align-items: center; - justify-content: center; - font-family: var(--serif); - font-size: 36px; - font-weight: 700; - color: var(--brand-red); -} .hero-name { font-family: var(--serif); font-size: 28px;