From 2ae6c32e19f364f1932ed918bebf0e708a4b70da Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 8 Sep 2023 17:39:07 +0200 Subject: new resource displays --- client-web/source/menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-web/source/menu.ts') diff --git a/client-web/source/menu.ts b/client-web/source/menu.ts index c8dfd2b..395b7ff 100644 --- a/client-web/source/menu.ts +++ b/client-web/source/menu.ts @@ -37,7 +37,7 @@ export function info_br() { export let chat_control: (s?: boolean) => void; export function control_bar(room: Room, side_ui_container: HTMLElement): HTMLElement { - const leave = e("button", { class: "leave", onclick() { window.location.href = "/" } }, "Leave") + const leave = e("button", { class: "abort", onclick() { window.location.href = "/" } }, "Leave") const chat = side_ui(side_ui_container, room.chat.element, "Chat", room.chat) const prefs = side_ui(side_ui_container, ui_preferences(), "Settings") const rwatches = side_ui(side_ui_container, ui_room_watches(room.signaling), "Known Rooms") -- cgit v1.2.3-70-g09d2