type Props = { code: string; hint?: string; }; export function RewardCard({ code, hint = 'single-use ยท save it for the bar' }: Props) { return (