Skip to content

Commit

Permalink
- fix build
Browse files Browse the repository at this point in the history
- change argent mobile naming to cartridge controller
  • Loading branch information
starknetdev committed Jun 2, 2024
1 parent 0d0943a commit 1cf3a0a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ui/src/app/components/intro/WalletSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const WalletSelect = ({}: WalletSelectProps) => {
? `Connect ${connector.id}`
: connector.id === "argentWebWallet"
? "Login With Email"
: "Login with Argent Mobile"}
: "Login with Cartridge Controller"}
</Button>
))}
</div>
Expand Down
3 changes: 0 additions & 3 deletions ui/src/app/components/navigation/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ export default function Header({
const resetData = useQueriesStore((state) => state.resetData);

const setDisconnected = useUIStore((state) => state.setDisconnected);
const arcadeDialog = useUIStore((state) => state.arcadeDialog);
const showArcadeDialog = useUIStore((state) => state.showArcadeDialog);
const isWrongNetwork = useUIStore((state) => state.isWrongNetwork);
const isMuted = useUIStore((state) => state.isMuted);
const setIsMuted = useUIStore((state) => state.setIsMuted);
const displayCart = useUIStore((state) => state.displayCart);
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/components/start/Spawn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const Spawn = ({
? `Connect ${connector.id}`
: connector.id === "argentWebWallet"
? "Login With Email"
: "Login with Argent Mobile"}
: "Login with Cartridge Controller"}
</Button>
))}
<Button onClick={handleButtonClick}>
Expand Down
4 changes: 2 additions & 2 deletions ui/src/app/containers/Onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const SectionContent = ({
? `Connect ${connector.id}`
: connector.id === "argentWebWallet"
? "Login With Email"
: "Login with Argent Mobile"}
: "Login with Cartridge Controller"}
</Button>
))}
</div>
Expand All @@ -153,7 +153,7 @@ const SectionContent = ({
? `Connect ${connector.id}`
: connector.id === "argentWebWallet"
? "Login With Email"
: "Login with Argent Mobile"}
: "Login with Cartridge Controller"}
</Button>
))}
</div>
Expand Down
4 changes: 2 additions & 2 deletions ui/src/app/containers/TopUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const SectionContent = ({
? `Connect ${connector.id}`
: connector.id === "argentWebWallet"
? "Login With Email"
: "Login with Argent Mobile"}
: "Login with Cartridge Controller"}
</Button>
))}
</div>
Expand All @@ -210,7 +210,7 @@ const SectionContent = ({
? `Connect ${connector.id}`
: connector.id === "argentWebWallet"
? "Login With Email"
: "Login with Argent Mobile"}
: "Login with Cartridge Controller"}
</Button>
))}
</div>
Expand Down

0 comments on commit 1cf3a0a

Please sign in to comment.