Skip to content

Commit

Permalink
moved party network text to new line
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelokoye committed Mar 29, 2022
1 parent 59cb53d commit 1e4e9c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react-app/src/routes/party/components/Metadata.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ export const Metadata = ({ partyData, mainnetProvider, votesData, distribution,
partyData.signed.signature.length - 4,
partyData.signed.signature.length,
)}`}</Text>
</HStack>
</Center>
<Center pt={4} pl="5%" pr="5%">
<HStack>
<Text fontSize="xs">Vote On: </Text>
<Tag variant="outline" size="sm">
{partyNetwork && partyNetwork.name}
</Tag>
Expand Down

0 comments on commit 1e4e9c8

Please sign in to comment.