added dark streamline logo, minor styling adjustments

This commit is contained in:
Carter 2025-07-07 11:57:53 -06:00
parent 24d27121d1
commit c9bf0d11ad
3 changed files with 7 additions and 8 deletions

View file

@ -50,7 +50,10 @@ export default function SyncDevice(props: Props) {
console.error(err);
error("Unable to resync device");
close();
});
})
.finally(() => {
close()
})
};
return (