diff --git a/src/components/molecules/GrantSessionRefusal/GrantSessionRefusal.tsx b/src/components/molecules/GrantSessionRefusal/GrantSessionRefusal.tsx new file mode 100644 index 0000000000..f35defe4be --- /dev/null +++ b/src/components/molecules/GrantSessionRefusal/GrantSessionRefusal.tsx @@ -0,0 +1,16 @@ +import { Typography } from '@/atoms/Typography/Typography'; + +/** Shown instead of a Pubky Ring approval QR when the Shop session came from a Bitkit sign-in. */ +export function GrantSessionRefusal() { + return ( +