fix card styling

This commit is contained in:
John Hess 2024-06-25 18:03:48 -05:00
parent 744ac98289
commit 187368f716
3 changed files with 6 additions and 9 deletions

View file

@ -44,7 +44,7 @@ if (usbButter && usbButterPlaceholder) {
.then(response => {
console.log(response);
if (response.status === 200) {
usbButter.style.display = 'inherit';
usbButter.style.display = 'flex';
usbButterPlaceholder.style.display = 'none';
}
}