Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
LukassF committed Sep 27, 2024
1 parent 8664f7b commit b047aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions sdk/apps/modal-example/src/routes/aptos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ export default function AptosPage() {
description: 'Nightly Connect Test',
icon: 'https://docs.nightly.app/img/logo.png',
additionalInfo: 'Courtesy of Nightly Connect team'
},
// required here because we can also specify e.g Movement
network: 'Movement'
}
},
{},

Expand Down
4 changes: 1 addition & 3 deletions sdk/apps/modal-example/src/routes/aptosCustom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ export default function AptosPage() {
description: 'Nightly Connect Test',
icon: 'https://docs.nightly.app/img/logo.png',
additionalInfo: 'Courtesy of Nightly Connect team'
},
// required here because we can also specify e.g Movement
network: 'Aptos'
}
},
{},

Expand Down

0 comments on commit b047aa2

Please sign in to comment.