Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Mar 7, 2024
1 parent 889d4c2 commit f8eab78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions apps/connect/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ import mui from "./theme/portal";
import NavBar from "./components/atoms/NavBar";
import NewsBar from "./components/atoms/NewsBar";
import messageConfig from "./configs/messages";
//import ConnectLoader from "./components/ConnectLoader";
import { useQueryParams } from "./hooks/useQueryParams";
import WormholeBridge from '@wormhole-foundation/wormhole-connect';
import WormholeBridge from "@wormhole-foundation/wormhole-connect";

const defaultConfig: WormholeConnectConfig = {
...wormholeConnectConfig,
Expand Down Expand Up @@ -41,8 +40,7 @@ export default function Root() {
<NewsBar messages={messages} />
<NavBar />
</div>
{/* <ConnectLoader config={config} /> */}
<WormholeBridge config={config}/>
<WormholeBridge config={config} />
</>
);
}
2 changes: 1 addition & 1 deletion apps/connect/src/theme/connect.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ExtendedTheme } from "@wormhole-foundation/wormhole-connect";
const customized: ExtendedTheme = {
mode: 'dark',
mode: "dark",
primary: {
50: "#fafafa",
100: "#f5f5f5",
Expand Down

0 comments on commit f8eab78

Please sign in to comment.