We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693422e commit 3c9ba54Copy full SHA for 3c9ba54
src/components/commands/Gui.tsx
@@ -10,7 +10,7 @@ const Gui: React.FC = () => {
10
11
/* ===== check current command makes redirect ===== */
12
if (rerender && currentCommand[0] === "gui") {
13
- window.open("https://imgur.com/a/5td8Z4z", "_blank");
+ window.open("https://clomm.dev", "_blank");
14
}
15
16
return <span></span>;
0 commit comments