Skip to content

Commit fa40b15

Browse files
committed
fix bugs
1 parent f9d5601 commit fa40b15

File tree

10 files changed

+1288
-56
lines changed

10 files changed

+1288
-56
lines changed

components/APISourceToggle.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ const APISourceToggle: React.FC = () => {
1010
return (
1111
<label className="border-b border-t p-2 lg:border-none lg:p-0" style={{display: 'flex'}}>
1212
<Toggle
13+
className="api-toogle"
14+
icons={false}
1315
checked={apiUsingLoopring}
1416
onChange={() => {
1517
window.localStorage.setItem('apiUsingLoopring', !apiUsingLoopring ? 'true' : 'false')

0 commit comments

Comments
 (0)