Skip to content

Commit

Permalink
fix app build
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Aug 27, 2024
1 parent 921d0db commit d791d02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/components/IssueTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function IssueTab({ disabled = false }: { disabled?: boolean }) {
</a>
. Tabs that are not compatible with the current deployed version of{' '}
<a className="underline" href="https://github.com/animo/paradym-wallet/tree/main/apps/easypid">
Animo's EUDI Wallet Prototype
Animo&apos;s EUDI Wallet Prototype
</a>{' '}
are disabled for public use.
</AlertDescription>
Expand Down
2 changes: 1 addition & 1 deletion app/components/ReceiveTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function ReceiveTab({ disabled = false }: { disabled?: boolean }) {
</a>
. Tabs that are not compatible with the current deployed version of{' '}
<a className="underline" href="https://github.com/animo/paradym-wallet/tree/main/apps/easypid">
Animo's EUDI Wallet Prototype
Animo&apos;s EUDI Wallet Prototype
</a>{' '}
are disabled for public use.
</AlertDescription>
Expand Down
6 changes: 3 additions & 3 deletions app/components/VerifyBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const VerifyBlock: React.FC<VerifyBlockProps> = ({ createRequest, flowNam
</a>
. It is only compatible with the current deployed version of{' '}
<a className="underline" href="https://github.com/animo/paradym-wallet/tree/main/apps/easypid">
Animo's EUDI Wallet Prototype
Animo&apos;s EUDI Wallet Prototype
</a>
.
</AlertDescription>
Expand All @@ -111,10 +111,10 @@ export const VerifyBlock: React.FC<VerifyBlockProps> = ({ createRequest, flowNam
<SelectContent>
<SelectGroup>
<SelectItem key="sdjwt" value="sdjwt">
SD-JWT VC (C/C'/B')
SD-JWT VC (C/C&apos;/B&apos;)
</SelectItem>
<SelectItem key="mdoc" value="mdoc">
mDOC (C/C')
mDOC (C/C&apos;)
</SelectItem>
</SelectGroup>
</SelectContent>
Expand Down

0 comments on commit d791d02

Please sign in to comment.