Skip to content

Commit

Permalink
fix: add missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
rozanagy committed Oct 24, 2024
1 parent a4d21b8 commit 8a538b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ export function VaultHeader({

return (
<HStack w={'100%'} justifyContent={'space-between'}>
<HStack width={'75%'}>
<HStack width={'77%'}>
<Stack w={'45%'}>
<Text fontSize={'xs'} fontWeight={'bold'} color={'white.01'}>
Vault UUID
Vault UUID:
</Text>
</Stack>
<Stack w={'45%'}>
Expand Down

0 comments on commit 8a538b2

Please sign in to comment.