Skip to content

Commit

Permalink
fix: typo in invitation modal (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoGlastra authored Mar 13, 2023
1 parent d318ef8 commit f7c33f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/siera-ui/src/modals/PresentInviteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const PresentInviteModal = ({ innerProps, context, id }: ContextModalProp
return (
<>
<Box px="xl">
<Text color="dimmed">Scan the QR code or compy the invitation url</Text>
<Text color="dimmed">Scan the QR code or copy the invitation url</Text>
<Center mt="xl">
<Box className={classes.qrCode}>
<Box h={250} w={250}>
Expand Down

0 comments on commit f7c33f7

Please sign in to comment.