Skip to content

Commit c02ef6f

Browse files
committed
fix: remove ROOT URL badge from domain binding cards
The ROOT URL label in the domain binding section was redundant — there is already a dedicated 'Set Root URL' section below that shows the same information. When multiple domains are bound in a single proxy host, the badge made it harder to scan the domain list.
1 parent ffea029 commit c02ef6f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

console/src/features/my-apps/my-app-access-panel.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -947,9 +947,6 @@ ${customCertIntermediate.trim()}`
947947
{domain}
948948
</a>
949949
))}
950-
{binding.rootDomain ? (
951-
<span className="myapps-route-root-badge">{t('myAppsDetailPage.accessPanel.rootUrlBadge')}</span>
952-
) : null}
953950
</div>
954951
</div>
955952
</div>

0 commit comments

Comments
 (0)