small fix of url share again

pull/6/head
Namekuji 2022-12-15 22:55:03 -05:00
rodzic 79fccb9ec8
commit 4884afbbbb
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -96,7 +96,7 @@ export default {
const url = new URL(donURL); const url = new URL(donURL);
const texts = [ const texts = [
"Audon で部屋を作りました!", "Audon で部屋を作りました!",
`参加用リンク: ${this.roomURL}`, `参加用リンク ${this.roomURL}`,
`タイトル: ${this.title}`, `タイトル: ${this.title}`,
]; ];
if (this.description) if (this.description)