Skip to content

Commit

Permalink
hide on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Dec 26, 2024
1 parent 23d898e commit efe9b3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions utils/walletConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,10 @@ export const getConnectors = () => {

new InjectedConnector({ options: { id: "keplr", name: "Keplr" } }),

getBraavosMobile(),
];
typeof window === undefined || window.innerWidth < 768
? getBraavosMobile()
: [],
].flat();

return connectors;
};
Expand Down

0 comments on commit efe9b3a

Please sign in to comment.