Change URL path to /wallet-embed #19

Merged
nabarun merged 1 commits from deep-stack/laconic-wallet-web:ag-update-route into main 2024-11-12 12:28:45 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -315,7 +315,7 @@ const App = (): React.JSX.Element => {
}}
/>
<Stack.Screen
name="WalletEmbed"
name="wallet-embed"
component={WalletEmbed}
options={{
header: () => <></>,

View File

@ -36,7 +36,7 @@ export type StackParamsList = {
requestEvent: Web3WalletTypes.SessionRequest;
requestSessionData: SessionTypes.Struct;
};
WalletEmbed: undefined;
"wallet-embed": undefined;
};
export type Account = {