Skip to content

Commit

Permalink
Update ui.js
Browse files Browse the repository at this point in the history
  • Loading branch information
loner233 committed Dec 28, 2023
1 parent 68e4316 commit f5829ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/scripts/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,11 @@ export class ComfyUI {
}
}
}),
$el("button", {
id: "comfy-join-discord-button",
textContent: "Join Discord",
onclick: () => { window.location.href = "https://discord.gg/BesB8jzsqa" }
}),
]);

// const devMode = this.settings.addSetting({
Expand Down

0 comments on commit f5829ce

Please sign in to comment.