Skip to content

Commit 3c9ba54

Browse files
authored
Update Gui.tsx
1 parent 693422e commit 3c9ba54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/commands/Gui.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Gui: React.FC = () => {
1010

1111
/* ===== check current command makes redirect ===== */
1212
if (rerender && currentCommand[0] === "gui") {
13-
window.open("https://imgur.com/a/5td8Z4z", "_blank");
13+
window.open("https://clomm.dev", "_blank");
1414
}
1515

1616
return <span></span>;

0 commit comments

Comments
 (0)