update logo

This commit is contained in:
plebeius.eth
2023-08-08 11:37:25 +02:00
parent 42f51eb0c3
commit b046166fa1
13 changed files with 20 additions and 30 deletions
-1
View File
@@ -146,7 +146,6 @@ const SettingsModal = ({ isOpen, closeModal }) => {
};
}, [copyStatus, checkedENS]);
console.log(account)
const handleSavePlebbitOptions = async () => {
let gatewayUrls = gatewayRef.current.value.split('\n').filter((url) => url.trim());