mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-23 02:25:40 +00:00
Revert "Christmas Themed Homepage (#2608)"
This reverts commit f256f497ce.
This commit is contained in:
@@ -71,10 +71,10 @@ export class OModal extends LitElement {
|
||||
backdrop-filter: blur(8px);
|
||||
}
|
||||
`;
|
||||
|
||||
public open() {
|
||||
this.isModalOpen = true;
|
||||
}
|
||||
|
||||
public close() {
|
||||
if (this.isModalOpen) {
|
||||
this.isModalOpen = false;
|
||||
|
||||
Reference in New Issue
Block a user