Skip to content

Commit

Permalink
Merge pull request #136 from idpass/fix/126-header-on-ID-downloaded
Browse files Browse the repository at this point in the history
Header on ID downloaded through VID should say "VID"
  • Loading branch information
danicaerediano authored Mar 28, 2022
2 parents 03f4d72 + a1208ec commit c1cb8b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/VidDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const VidDetails: React.FC<VidDetailsProps> = (props) => {
</Text>
</Column>
<Column fill elevation={1} padding="12 16" margin="0 16 0 0">
<Text size="smaller" color={Colors.Grey}>
UIN
<Text size="smaller" color={Colors.Grey} style={{ textTransform: 'uppercase' }}>
{props.vid?.idType}
</Text>
<Text weight="bold" size="smaller">
{props.vid?.id}
Expand Down

0 comments on commit c1cb8b5

Please sign in to comment.