Fix copy button

This commit is contained in:
Robert Long
2021-12-13 15:49:12 -08:00
parent 2466f25d9f
commit 4d6c4bc70e
4 changed files with 11 additions and 4 deletions

View File

@@ -314,6 +314,7 @@ function RoomSetupView({
<CopyButton
value={window.location.href}
className={styles.copyButton}
copiedMessage="Call link copied"
>
Copy call link and join later
</CopyButton>