diff --git a/packages/examples/packages/notifications/src/index.tsx b/packages/examples/packages/notifications/src/index.tsx index 399b562a9a..2a54940c6d 100644 --- a/packages/examples/packages/notifications/src/index.tsx +++ b/packages/examples/packages/notifications/src/index.tsx @@ -4,10 +4,11 @@ import { Box, Row, Address } from '@metamask/snaps-sdk/jsx'; /** * Handle incoming JSON-RPC requests from the dapp, sent through the - * `wallet_invokeSnap` method. This handler handles two methods: + * `wallet_invokeSnap` method. This handler handles three methods: * * - `inApp`: Show an in-app notification to the user. * - `native`: Show a desktop notification to the user. + * - `inApp-expanded`: Show an expanded view in-app notification to the user. * * @param params - The request parameters. * @param params.request - The JSON-RPC request object. diff --git a/packages/test-snaps/src/features/snaps/notifications/Notifications.tsx b/packages/test-snaps/src/features/snaps/notifications/Notifications.tsx index 4d3aa343b6..b1d7b99fd4 100644 --- a/packages/test-snaps/src/features/snaps/notifications/Notifications.tsx +++ b/packages/test-snaps/src/features/snaps/notifications/Notifications.tsx @@ -40,7 +40,7 @@ export const Notifications: FunctionComponent = () => {