mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-05 12:22:11 +00:00
lobbies
This commit is contained in:
@@ -99,14 +99,10 @@ export class HelpModal extends BaseModal {
|
||||
const keybinds = this.keybinds;
|
||||
|
||||
const content = html`
|
||||
<div
|
||||
class="h-full flex flex-col ${this.inline
|
||||
? "bg-black/60 backdrop-blur-md rounded-2xl border border-white/10"
|
||||
: ""}"
|
||||
>
|
||||
<div class="${this.modalContainerClass}">
|
||||
${modalHeader({
|
||||
title: translateText("main.help"),
|
||||
onBack: this.close,
|
||||
onBack: () => this.close(),
|
||||
ariaLabel: translateText("common.back"),
|
||||
})}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user