🎨(frontend) harmonize room info sidepanel display with meeting dialog

Remove protocol prefix from room URLs in the information sidepanel to
match the syntax used in the meeting dialog.

This creates consistent URL display formatting across both UI components
for better user experience.
This commit is contained in:
lebaudantoine
2025-08-05 11:23:12 +02:00
committed by aleb_the_flash
parent eec9ff9f26
commit adb517a336

View File

@@ -76,7 +76,7 @@ export const Info = () => {
})}
>
<Text as="p" variant="xsNote" wrap="pretty">
{roomUrl}
{roomUrl.replace(/^https?:\/\//, '')}
</Text>
{isTelephonyReadyForUse && (
<>