Export preference components. Updates for cloud.

This commit is contained in:
Mike Cao 2025-09-17 22:03:58 -07:00
parent 23838c57fb
commit 0ae5c28da7
7 changed files with 14 additions and 9 deletions

View file

@ -24,7 +24,7 @@ export function SettingsButton() {
const handleAction = (id: Key) => {
if (id === 'settings') {
if (cloudMode) {
window.location.href = `${cloudUrl}/dashboard`;
window.location.href = `${cloudUrl}/settings`;
return;
}
}